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 BundleTask.getStorage()
          Amazon S3 storage locations.
 Storage BundleInstanceRequest.getStorage()
          Returns the value of the Storage property for this object.
 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 BundleTask.setStorage(Storage storage)
          Amazon S3 storage locations.
 void BundleInstanceRequest.setStorage(Storage storage)
          Sets the value of the Storage property for this object.
 BundleTask BundleTask.withStorage(Storage storage)
          Amazon S3 storage locations.
 BundleInstanceRequest BundleInstanceRequest.withStorage(Storage storage)
          Sets the value of the Storage property for this object.
 



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