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