Uses of Class
software.amazon.awssdk.services.ec2.model.ExportTaskS3Location
-
Packages that use ExportTaskS3Location Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of ExportTaskS3Location in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ExportTaskS3Location Modifier and Type Method Description ExportTaskS3LocationExportImageResponse. s3ExportLocation()Information about the destination Amazon S3 bucket.ExportTaskS3LocationExportImageTask. s3ExportLocation()Information about the destination Amazon S3 bucket.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ExportTaskS3Location Modifier and Type Method Description ExportImageResponse.BuilderExportImageResponse.Builder. s3ExportLocation(ExportTaskS3Location s3ExportLocation)Information about the destination Amazon S3 bucket.ExportImageTask.BuilderExportImageTask.Builder. s3ExportLocation(ExportTaskS3Location s3ExportLocation)Information about the destination Amazon S3 bucket.
-