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

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

Methods in com.amazonaws.services.storagegateway with parameters of type CreateSnapshotFromVolumeRecoveryPointRequest
 CreateSnapshotFromVolumeRecoveryPointResult AWSStorageGatewayClient.createSnapshotFromVolumeRecoveryPoint(CreateSnapshotFromVolumeRecoveryPointRequest createSnapshotFromVolumeRecoveryPointRequest)
           This operation initiates a snapshot of a gateway from a volume recovery point.
 CreateSnapshotFromVolumeRecoveryPointResult AWSStorageGateway.createSnapshotFromVolumeRecoveryPoint(CreateSnapshotFromVolumeRecoveryPointRequest createSnapshotFromVolumeRecoveryPointRequest)
           This operation initiates a snapshot of a gateway from a volume recovery point.
 Future<CreateSnapshotFromVolumeRecoveryPointResult> AWSStorageGatewayAsyncClient.createSnapshotFromVolumeRecoveryPointAsync(CreateSnapshotFromVolumeRecoveryPointRequest createSnapshotFromVolumeRecoveryPointRequest)
           This operation initiates a snapshot of a gateway from a volume recovery point.
 Future<CreateSnapshotFromVolumeRecoveryPointResult> AWSStorageGatewayAsync.createSnapshotFromVolumeRecoveryPointAsync(CreateSnapshotFromVolumeRecoveryPointRequest createSnapshotFromVolumeRecoveryPointRequest)
           This operation initiates a snapshot of a gateway from a volume recovery point.
 Future<CreateSnapshotFromVolumeRecoveryPointResult> AWSStorageGatewayAsyncClient.createSnapshotFromVolumeRecoveryPointAsync(CreateSnapshotFromVolumeRecoveryPointRequest createSnapshotFromVolumeRecoveryPointRequest, AsyncHandler<CreateSnapshotFromVolumeRecoveryPointRequest,CreateSnapshotFromVolumeRecoveryPointResult> asyncHandler)
           This operation initiates a snapshot of a gateway from a volume recovery point.
 Future<CreateSnapshotFromVolumeRecoveryPointResult> AWSStorageGatewayAsync.createSnapshotFromVolumeRecoveryPointAsync(CreateSnapshotFromVolumeRecoveryPointRequest createSnapshotFromVolumeRecoveryPointRequest, AsyncHandler<CreateSnapshotFromVolumeRecoveryPointRequest,CreateSnapshotFromVolumeRecoveryPointResult> asyncHandler)
           This operation initiates a snapshot of a gateway from a volume recovery point.
 

Method parameters in com.amazonaws.services.storagegateway with type arguments of type CreateSnapshotFromVolumeRecoveryPointRequest
 Future<CreateSnapshotFromVolumeRecoveryPointResult> AWSStorageGatewayAsyncClient.createSnapshotFromVolumeRecoveryPointAsync(CreateSnapshotFromVolumeRecoveryPointRequest createSnapshotFromVolumeRecoveryPointRequest, AsyncHandler<CreateSnapshotFromVolumeRecoveryPointRequest,CreateSnapshotFromVolumeRecoveryPointResult> asyncHandler)
           This operation initiates a snapshot of a gateway from a volume recovery point.
 Future<CreateSnapshotFromVolumeRecoveryPointResult> AWSStorageGatewayAsync.createSnapshotFromVolumeRecoveryPointAsync(CreateSnapshotFromVolumeRecoveryPointRequest createSnapshotFromVolumeRecoveryPointRequest, AsyncHandler<CreateSnapshotFromVolumeRecoveryPointRequest,CreateSnapshotFromVolumeRecoveryPointResult> asyncHandler)
           This operation initiates a snapshot of a gateway from a volume recovery point.
 

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

Methods in com.amazonaws.services.storagegateway.model that return CreateSnapshotFromVolumeRecoveryPointRequest
 CreateSnapshotFromVolumeRecoveryPointRequest CreateSnapshotFromVolumeRecoveryPointRequest.withSnapshotDescription(String snapshotDescription)
          Sets the value of the SnapshotDescription property for this object.
 CreateSnapshotFromVolumeRecoveryPointRequest CreateSnapshotFromVolumeRecoveryPointRequest.withVolumeARN(String volumeARN)
          Sets the value of the VolumeARN property for this object.
 



Copyright © 2016. All rights reserved.