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

Packages that use CreateSnapshotRequest
com.amazonaws.services.ec2 Synchronous and asynchronous client classes for accessing AmazonEC2. 
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

Uses of CreateSnapshotRequest in com.amazonaws.services.ec2
 

Methods in com.amazonaws.services.ec2 with parameters of type CreateSnapshotRequest
 CreateSnapshotResult AmazonEC2Client.createSnapshot(CreateSnapshotRequest createSnapshotRequest)
           Creates a snapshot of an Amazon EBS volume and stores it in Amazon S3.
 CreateSnapshotResult AmazonEC2.createSnapshot(CreateSnapshotRequest createSnapshotRequest)
           Creates a snapshot of an Amazon EBS volume and stores it in Amazon S3.
 Future<CreateSnapshotResult> AmazonEC2AsyncClient.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest)
           Creates a snapshot of an Amazon EBS volume and stores it in Amazon S3.
 Future<CreateSnapshotResult> AmazonEC2Async.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest)
           Creates a snapshot of an Amazon EBS volume and stores it in Amazon S3.
 Future<CreateSnapshotResult> AmazonEC2AsyncClient.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest, AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler)
           Creates a snapshot of an Amazon EBS volume and stores it in Amazon S3.
 Future<CreateSnapshotResult> AmazonEC2Async.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest, AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler)
           Creates a snapshot of an Amazon EBS volume and stores it in Amazon S3.
 

Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateSnapshotRequest
 Future<CreateSnapshotResult> AmazonEC2AsyncClient.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest, AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler)
           Creates a snapshot of an Amazon EBS volume and stores it in Amazon S3.
 Future<CreateSnapshotResult> AmazonEC2Async.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest, AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler)
           Creates a snapshot of an Amazon EBS volume and stores it in Amazon S3.
 

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

Methods in com.amazonaws.services.ec2.model that return CreateSnapshotRequest
 CreateSnapshotRequest CreateSnapshotRequest.withDescription(String description)
          A description for the snapshot.
 CreateSnapshotRequest CreateSnapshotRequest.withVolumeId(String volumeId)
          The ID of the Amazon EBS volume.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type CreateSnapshotRequest
 Request<CreateSnapshotRequest> CreateSnapshotRequest.getDryRunRequest()
          This method is intended for internal use only.
 



Copyright © 2016. All rights reserved.