Uses of Class
software.amazon.awssdk.services.ec2.model.ExportTaskS3Location
Packages that use ExportTaskS3Location
-
Uses of ExportTaskS3Location in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ExportTaskS3LocationModifier and TypeMethodDescriptionfinal ExportTaskS3LocationExportImageResponse.s3ExportLocation()Information about the destination Amazon S3 bucket.final ExportTaskS3LocationExportImageTask.s3ExportLocation()Information about the destination Amazon S3 bucket.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ExportTaskS3LocationModifier and TypeMethodDescriptionExportImageResponse.Builder.s3ExportLocation(ExportTaskS3Location s3ExportLocation) Information about the destination Amazon S3 bucket.ExportImageTask.Builder.s3ExportLocation(ExportTaskS3Location s3ExportLocation) Information about the destination Amazon S3 bucket.