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 AmazonEC2.createSnapshot(CreateSnapshotRequest createSnapshotRequest)
           Create a snapshot of the volume identified by volume ID.
 CreateSnapshotResult AmazonEC2Client.createSnapshot(CreateSnapshotRequest createSnapshotRequest)
           Create a snapshot of the volume identified by volume ID.
 Future<CreateSnapshotResult> AmazonEC2AsyncClient.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest)
           Create a snapshot of the volume identified by volume ID.
 Future<CreateSnapshotResult> AmazonEC2Async.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest)
           Create a snapshot of the volume identified by volume ID.
 

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

Methods in com.amazonaws.services.ec2.model that return CreateSnapshotRequest
 CreateSnapshotRequest CreateSnapshotRequest.withDescription(String description)
          The description for the new snapshot.
 CreateSnapshotRequest CreateSnapshotRequest.withVolumeId(String volumeId)
          The ID of the volume from which to create the snapshot.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.