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

Packages that use Storage
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

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

Methods in com.amazonaws.services.ec2.model that return Storage
 Storage BundleInstanceRequest.getStorage()
           
 Storage BundleTask.getStorage()
          Amazon S3 storage locations.
 Storage Storage.withS3(S3Storage s3)
          The details of S3 storage for bundling a Windows instance.
 

Methods in com.amazonaws.services.ec2.model with parameters of type Storage
 void BundleInstanceRequest.setStorage(Storage storage)
           
 void BundleTask.setStorage(Storage storage)
          Amazon S3 storage locations.
 BundleInstanceRequest BundleInstanceRequest.withStorage(Storage storage)
           Returns a reference to this object so that method calls can be chained together.
 BundleTask BundleTask.withStorage(Storage storage)
          Amazon S3 storage locations.
 



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