Uses of Class
com.amazonaws.services.ec2.model.Storage
Packages that use Storage
-
Uses of Storage in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return StorageModifier and TypeMethodDescriptionStorage.clone()
BundleInstanceRequest.getStorage()
The bucket in which to store the AMI.BundleTask.getStorage()
The Amazon S3 storage locations.An Amazon S3 storage location.Methods in com.amazonaws.services.ec2.model with parameters of type StorageModifier and TypeMethodDescriptionvoid
BundleInstanceRequest.setStorage
(Storage storage) The bucket in which to store the AMI.void
BundleTask.setStorage
(Storage storage) The Amazon S3 storage locations.BundleInstanceRequest.withStorage
(Storage storage) The bucket in which to store the AMI.BundleTask.withStorage
(Storage storage) The Amazon S3 storage locations.Constructors in com.amazonaws.services.ec2.model with parameters of type StorageModifierConstructorDescriptionBundleInstanceRequest
(String instanceId, Storage storage) Constructs a new BundleInstanceRequest object.