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

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

Methods in com.amazonaws.services.storagegateway that return CreateSnapshotResult
 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.
 

Methods in com.amazonaws.services.storagegateway that return types with arguments of type CreateSnapshotResult
 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 CreateSnapshotResult
 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 CreateSnapshotResult in com.amazonaws.services.storagegateway.model
 

Methods in com.amazonaws.services.storagegateway.model that return CreateSnapshotResult
 CreateSnapshotResult CreateSnapshotResult.withSnapshotId(String snapshotId)
          The snapshot ID that is used to refer to the snapshot in future operations such as describing snapshots (Amazon Elastic Compute Cloud API DescribeSnapshots) or creating a volume from a snapshot (CreateStorediSCSIVolume).
 CreateSnapshotResult CreateSnapshotResult.withVolumeARN(String volumeARN)
          The Amazon Resource Name (ARN) of the volume of which the snapshot was taken.
 



Copyright © 2016. All rights reserved.