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()
          The Amazon S3 storage locations.
 Storage BundleInstanceRequest.getStorage()
          The bucket in which to store the AMI.
 Storage Storage.withS3(S3Storage s3)
          An Amazon S3 storage location.
 

Methods in com.amazonaws.services.ec2.model with parameters of type Storage
 void BundleTask.setStorage(Storage storage)
          The Amazon S3 storage locations.
 void BundleInstanceRequest.setStorage(Storage storage)
          The bucket in which to store the AMI.
 BundleTask BundleTask.withStorage(Storage storage)
          The Amazon S3 storage locations.
 BundleInstanceRequest BundleInstanceRequest.withStorage(Storage storage)
          The bucket in which to store the AMI.
 

Constructors in com.amazonaws.services.ec2.model with parameters of type Storage
BundleInstanceRequest(String instanceId, Storage storage)
          Constructs a new BundleInstanceRequest object.
 



Copyright © 2016. All rights reserved.