| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
S3ObjectTag |
S3ObjectTag.clone() |
S3ObjectTag |
S3ObjectTag.withKey(String key)
The key of the tag.
|
S3ObjectTag |
S3ObjectTag.withValue(String value)
The value of the tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<S3ObjectTag> |
CreateStoreImageTaskRequest.getS3ObjectTags()
The tags to apply to the AMI object that will be stored in the Amazon S3 bucket.
|
| Modifier and Type | Method and Description |
|---|---|
CreateStoreImageTaskRequest |
CreateStoreImageTaskRequest.withS3ObjectTags(S3ObjectTag... s3ObjectTags)
The tags to apply to the AMI object that will be stored in the Amazon S3 bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateStoreImageTaskRequest.setS3ObjectTags(Collection<S3ObjectTag> s3ObjectTags)
The tags to apply to the AMI object that will be stored in the Amazon S3 bucket.
|
CreateStoreImageTaskRequest |
CreateStoreImageTaskRequest.withS3ObjectTags(Collection<S3ObjectTag> s3ObjectTags)
The tags to apply to the AMI object that will be stored in the Amazon S3 bucket.
|
Copyright © 2025. All rights reserved.