Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ExportTaskS3LocationRequest |
ExportTaskS3LocationRequest.clone() |
ExportTaskS3LocationRequest |
ExportImageRequest.getS3ExportLocation()
The Amazon S3 bucket for the destination image.
|
ExportTaskS3LocationRequest |
ExportTaskS3LocationRequest.withS3Bucket(String s3Bucket)
The destination Amazon S3 bucket.
|
ExportTaskS3LocationRequest |
ExportTaskS3LocationRequest.withS3Prefix(String s3Prefix)
The prefix (logical hierarchy) in the bucket.
|
Modifier and Type | Method and Description |
---|---|
void |
ExportImageRequest.setS3ExportLocation(ExportTaskS3LocationRequest s3ExportLocation)
The Amazon S3 bucket for the destination image.
|
ExportImageRequest |
ExportImageRequest.withS3ExportLocation(ExportTaskS3LocationRequest s3ExportLocation)
The Amazon S3 bucket for the destination image.
|
Copyright © 2023. All rights reserved.