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 DescribeSnapshotScheduleResultAbstractAWSStorageGateway. describeSnapshotSchedule(DescribeSnapshotScheduleRequest request)DescribeSnapshotScheduleResultAWSStorageGateway. describeSnapshotSchedule(DescribeSnapshotScheduleRequest describeSnapshotScheduleRequest)Describes the snapshot schedule for the specified gateway volume.DescribeSnapshotScheduleResultAWSStorageGatewayClient. 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 DescribeSnapshotScheduleResultDescribeSnapshotScheduleResult. clone()DescribeSnapshotScheduleResultDescribeSnapshotScheduleResult. withDescription(String description)DescribeSnapshotScheduleResultDescribeSnapshotScheduleResult. withRecurrenceInHours(Integer recurrenceInHours)DescribeSnapshotScheduleResultDescribeSnapshotScheduleResult. withStartAt(Integer startAt)DescribeSnapshotScheduleResultDescribeSnapshotScheduleResult. withTimezone(String timezone)DescribeSnapshotScheduleResultDescribeSnapshotScheduleResult. withVolumeARN(String volumeARN)
-