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

Packages that use CreateSnapshotRequest
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 CreateSnapshotRequest in com.amazonaws.services.storagegateway
 

Methods in com.amazonaws.services.storagegateway with parameters of type CreateSnapshotRequest
 CreateSnapshotResult AWSStorageGatewayClient.createSnapshot(CreateSnapshotRequest createSnapshotRequest)
           This operation initiates a snapshot of a volume.
 CreateSnapshotResult AWSStorageGateway.createSnapshot(CreateSnapshotRequest createSnapshotRequest)
           This operation initiates a snapshot of a volume.
 Future<CreateSnapshotResult> AWSStorageGatewayAsyncClient.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest)
           This operation initiates a snapshot of a volume.
 Future<CreateSnapshotResult> AWSStorageGatewayAsync.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest)
           This operation initiates a snapshot of a volume.
 Future<CreateSnapshotResult> AWSStorageGatewayAsyncClient.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest, AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler)
           This operation initiates a snapshot of a volume.
 Future<CreateSnapshotResult> AWSStorageGatewayAsync.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest, AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler)
           This operation initiates a snapshot of a volume.
 

Method parameters in com.amazonaws.services.storagegateway with type arguments of type CreateSnapshotRequest
 Future<CreateSnapshotResult> AWSStorageGatewayAsyncClient.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest, AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler)
           This operation initiates a snapshot of a volume.
 Future<CreateSnapshotResult> AWSStorageGatewayAsync.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest, AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler)
           This operation initiates a snapshot of a volume.
 

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

Methods in com.amazonaws.services.storagegateway.model that return CreateSnapshotRequest
 CreateSnapshotRequest CreateSnapshotRequest.withSnapshotDescription(String snapshotDescription)
          Textual description of the snapshot that appears in the Amazon EC2 console, Elastic Block Store snapshots panel in the Description field, and in the AWS Storage Gateway snapshot Details pane, Description field
 CreateSnapshotRequest CreateSnapshotRequest.withVolumeARN(String volumeARN)
          The Amazon Resource Name (ARN) of the volume.
 



Copyright © 2016. All rights reserved.