| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
List<S3Tag> |
S3CopyObjectOperation.newObjectTagging()
|
List<S3Tag> |
PutJobTaggingRequest.tags()
The set of tags to associate with the job.
|
List<S3Tag> |
GetJobTaggingResponse.tags()
The set of tags associated with the job.
|
List<S3Tag> |
CreateJobRequest.tags()
An optional set of tags to associate with the job when it is created.
|
List<S3Tag> |
S3SetObjectTaggingOperation.tagSet()
|
| Modifier and Type | Method and Description |
|---|---|
S3CopyObjectOperation.Builder |
S3CopyObjectOperation.Builder.newObjectTagging(S3Tag... newObjectTagging)
|
PutJobTaggingRequest.Builder |
PutJobTaggingRequest.Builder.tags(S3Tag... tags)
The set of tags to associate with the job.
|
GetJobTaggingResponse.Builder |
GetJobTaggingResponse.Builder.tags(S3Tag... tags)
The set of tags associated with the job.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.tags(S3Tag... tags)
An optional set of tags to associate with the job when it is created.
|
S3SetObjectTaggingOperation.Builder |
S3SetObjectTaggingOperation.Builder.tagSet(S3Tag... tagSet)
|
| Modifier and Type | Method and Description |
|---|---|
S3CopyObjectOperation.Builder |
S3CopyObjectOperation.Builder.newObjectTagging(Collection<S3Tag> newObjectTagging)
|
PutJobTaggingRequest.Builder |
PutJobTaggingRequest.Builder.tags(Collection<S3Tag> tags)
The set of tags to associate with the job.
|
GetJobTaggingResponse.Builder |
GetJobTaggingResponse.Builder.tags(Collection<S3Tag> tags)
The set of tags associated with the job.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.tags(Collection<S3Tag> tags)
An optional set of tags to associate with the job when it is created.
|
S3SetObjectTaggingOperation.Builder |
S3SetObjectTaggingOperation.Builder.tagSet(Collection<S3Tag> tagSet)
|
Copyright © 2020. All rights reserved.