Uses of Class
com.amazonaws.services.ec2.model.Storage
-
Packages that use Storage Package Description com.amazonaws.services.ec2.model -
-
Uses of Storage in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return Storage Modifier and Type Method Description Storage
Storage. clone()
Storage
BundleInstanceRequest. getStorage()
The bucket in which to store the AMI.Storage
BundleTask. getStorage()
The Amazon S3 storage locations.Storage
Storage. withS3(S3Storage s3)
An Amazon S3 storage location.Methods in com.amazonaws.services.ec2.model with parameters of type Storage Modifier and Type Method Description void
BundleInstanceRequest. setStorage(Storage storage)
The bucket in which to store the AMI.void
BundleTask. setStorage(Storage storage)
The Amazon S3 storage locations.BundleInstanceRequest
BundleInstanceRequest. withStorage(Storage storage)
The bucket in which to store the AMI.BundleTask
BundleTask. withStorage(Storage storage)
The Amazon S3 storage locations.Constructors in com.amazonaws.services.ec2.model with parameters of type Storage Constructor Description BundleInstanceRequest(String instanceId, Storage storage)
Constructs a new BundleInstanceRequest object.
-