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 TypeMethodDescriptionvoidBundleInstanceRequest.setStorage(Storage storage) The bucket in which to store the AMI.voidBundleTask.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.