| Package | Description |
|---|---|
| com.amazonaws.services.s3control |
AWS S3 Control provides access to Amazon S3 control plane actions.
|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
GetJobTaggingResult |
AWSS3Control.getJobTagging(GetJobTaggingRequest getJobTaggingRequest)
Returns the tags on an S3 Batch Operations job.
|
GetJobTaggingResult |
AbstractAWSS3Control.getJobTagging(GetJobTaggingRequest request) |
GetJobTaggingResult |
AWSS3ControlClient.getJobTagging(GetJobTaggingRequest request)
Returns the tags on an S3 Batch Operations job.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetJobTaggingResult> |
AWSS3ControlAsyncClient.getJobTaggingAsync(GetJobTaggingRequest request,
AsyncHandler<GetJobTaggingRequest,GetJobTaggingResult> asyncHandler) |
Future<GetJobTaggingResult> |
AbstractAWSS3ControlAsync.getJobTaggingAsync(GetJobTaggingRequest request,
AsyncHandler<GetJobTaggingRequest,GetJobTaggingResult> asyncHandler) |
Future<GetJobTaggingResult> |
AWSS3ControlAsync.getJobTaggingAsync(GetJobTaggingRequest getJobTaggingRequest,
AsyncHandler<GetJobTaggingRequest,GetJobTaggingResult> asyncHandler)
Returns the tags on an S3 Batch Operations job.
|
| Modifier and Type | Method and Description |
|---|---|
GetJobTaggingResult |
GetJobTaggingResult.clone() |
GetJobTaggingResult |
GetJobTaggingResult.withTags(Collection<S3Tag> tags)
The set of tags associated with the S3 Batch Operations job.
|
GetJobTaggingResult |
GetJobTaggingResult.withTags(S3Tag... tags)
The set of tags associated with the S3 Batch Operations job.
|
Copyright © 2021. All rights reserved.