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