Uses of Class
software.amazon.awssdk.services.ec2.model.Storage
-
Packages that use Storage Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of Storage in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return Storage Modifier and Type Method Description StorageBundleInstanceRequest. storage()The bucket in which to store the AMI.StorageBundleTask. storage()The Amazon S3 storage locations.Methods in software.amazon.awssdk.services.ec2.model with parameters of type Storage Modifier and Type Method Description BundleInstanceRequest.BuilderBundleInstanceRequest.Builder. storage(Storage storage)The bucket in which to store the AMI.BundleTask.BuilderBundleTask.Builder. storage(Storage storage)The Amazon S3 storage locations.
-