Uses of Class
com.amazonaws.services.storagegateway.model.DescribeSnapshotScheduleResult
-
Packages that use DescribeSnapshotScheduleResult Package Description com.amazonaws.services.storagegateway com.amazonaws.services.storagegateway.model -
-
Uses of DescribeSnapshotScheduleResult in com.amazonaws.services.storagegateway
Methods in com.amazonaws.services.storagegateway that return DescribeSnapshotScheduleResult Modifier and Type Method Description DescribeSnapshotScheduleResult
AbstractAWSStorageGateway. describeSnapshotSchedule(DescribeSnapshotScheduleRequest request)
DescribeSnapshotScheduleResult
AWSStorageGateway. describeSnapshotSchedule(DescribeSnapshotScheduleRequest describeSnapshotScheduleRequest)
Describes the snapshot schedule for the specified gateway volume.DescribeSnapshotScheduleResult
AWSStorageGatewayClient. describeSnapshotSchedule(DescribeSnapshotScheduleRequest describeSnapshotScheduleRequest)
Describes the snapshot schedule for the specified gateway volume.Method parameters in com.amazonaws.services.storagegateway with type arguments of type DescribeSnapshotScheduleResult Modifier and Type Method Description Future<DescribeSnapshotScheduleResult>
AbstractAWSStorageGatewayAsync. describeSnapshotScheduleAsync(DescribeSnapshotScheduleRequest request, AsyncHandler<DescribeSnapshotScheduleRequest,DescribeSnapshotScheduleResult> asyncHandler)
Future<DescribeSnapshotScheduleResult>
AWSStorageGatewayAsync. describeSnapshotScheduleAsync(DescribeSnapshotScheduleRequest describeSnapshotScheduleRequest, AsyncHandler<DescribeSnapshotScheduleRequest,DescribeSnapshotScheduleResult> asyncHandler)
Describes the snapshot schedule for the specified gateway volume.Future<DescribeSnapshotScheduleResult>
AWSStorageGatewayAsyncClient. describeSnapshotScheduleAsync(DescribeSnapshotScheduleRequest request, AsyncHandler<DescribeSnapshotScheduleRequest,DescribeSnapshotScheduleResult> asyncHandler)
-
Uses of DescribeSnapshotScheduleResult in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return DescribeSnapshotScheduleResult Modifier and Type Method Description DescribeSnapshotScheduleResult
DescribeSnapshotScheduleResult. clone()
DescribeSnapshotScheduleResult
DescribeSnapshotScheduleResult. withDescription(String description)
DescribeSnapshotScheduleResult
DescribeSnapshotScheduleResult. withRecurrenceInHours(Integer recurrenceInHours)
DescribeSnapshotScheduleResult
DescribeSnapshotScheduleResult. withStartAt(Integer startAt)
DescribeSnapshotScheduleResult
DescribeSnapshotScheduleResult. withTimezone(String timezone)
DescribeSnapshotScheduleResult
DescribeSnapshotScheduleResult. withVolumeARN(String volumeARN)
-