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 StorageStorage. clone()StorageBundleInstanceRequest. getStorage()The bucket in which to store the AMI.StorageBundleTask. getStorage()The Amazon S3 storage locations.StorageStorage. 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 voidBundleInstanceRequest. setStorage(Storage storage)The bucket in which to store the AMI.voidBundleTask. setStorage(Storage storage)The Amazon S3 storage locations.BundleInstanceRequestBundleInstanceRequest. withStorage(Storage storage)The bucket in which to store the AMI.BundleTaskBundleTask. 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.
-