Uses of Class
com.amazonaws.services.storagegateway.model.DescribeSnapshotScheduleRequest

Packages that use DescribeSnapshotScheduleRequest
com.amazonaws.services.storagegateway Synchronous and asynchronous client classes for accessing AWSStorageGateway. 
com.amazonaws.services.storagegateway.model Classes modeling the various types represented by AWSStorageGateway. 
 

Uses of DescribeSnapshotScheduleRequest in com.amazonaws.services.storagegateway
 

Methods in com.amazonaws.services.storagegateway with parameters of type DescribeSnapshotScheduleRequest
 DescribeSnapshotScheduleResult AWSStorageGatewayClient.describeSnapshotSchedule(DescribeSnapshotScheduleRequest describeSnapshotScheduleRequest)
           This operation describes the snapshot schedule for the specified gateway volume.
 DescribeSnapshotScheduleResult AWSStorageGateway.describeSnapshotSchedule(DescribeSnapshotScheduleRequest describeSnapshotScheduleRequest)
           This operation describes the snapshot schedule for the specified gateway volume.
 Future<DescribeSnapshotScheduleResult> AWSStorageGatewayAsyncClient.describeSnapshotScheduleAsync(DescribeSnapshotScheduleRequest describeSnapshotScheduleRequest)
           This operation describes the snapshot schedule for the specified gateway volume.
 Future<DescribeSnapshotScheduleResult> AWSStorageGatewayAsync.describeSnapshotScheduleAsync(DescribeSnapshotScheduleRequest describeSnapshotScheduleRequest)
           This operation describes the snapshot schedule for the specified gateway volume.
 Future<DescribeSnapshotScheduleResult> AWSStorageGatewayAsyncClient.describeSnapshotScheduleAsync(DescribeSnapshotScheduleRequest describeSnapshotScheduleRequest, AsyncHandler<DescribeSnapshotScheduleRequest,DescribeSnapshotScheduleResult> asyncHandler)
           This operation describes the snapshot schedule for the specified gateway volume.
 Future<DescribeSnapshotScheduleResult> AWSStorageGatewayAsync.describeSnapshotScheduleAsync(DescribeSnapshotScheduleRequest describeSnapshotScheduleRequest, AsyncHandler<DescribeSnapshotScheduleRequest,DescribeSnapshotScheduleResult> asyncHandler)
           This operation describes the snapshot schedule for the specified gateway volume.
 

Method parameters in com.amazonaws.services.storagegateway with type arguments of type DescribeSnapshotScheduleRequest
 Future<DescribeSnapshotScheduleResult> AWSStorageGatewayAsyncClient.describeSnapshotScheduleAsync(DescribeSnapshotScheduleRequest describeSnapshotScheduleRequest, AsyncHandler<DescribeSnapshotScheduleRequest,DescribeSnapshotScheduleResult> asyncHandler)
           This operation describes the snapshot schedule for the specified gateway volume.
 Future<DescribeSnapshotScheduleResult> AWSStorageGatewayAsync.describeSnapshotScheduleAsync(DescribeSnapshotScheduleRequest describeSnapshotScheduleRequest, AsyncHandler<DescribeSnapshotScheduleRequest,DescribeSnapshotScheduleResult> asyncHandler)
           This operation describes the snapshot schedule for the specified gateway volume.
 

Uses of DescribeSnapshotScheduleRequest in com.amazonaws.services.storagegateway.model
 

Methods in com.amazonaws.services.storagegateway.model that return DescribeSnapshotScheduleRequest
 DescribeSnapshotScheduleRequest DescribeSnapshotScheduleRequest.withVolumeARN(String volumeARN)
          The Amazon Resource Name (ARN) of the volume.
 



Copyright © 2016. All rights reserved.