| Package | Description |
|---|---|
| com.amazonaws.services.s3control |
Amazon Web Services S3 Control provides access to Amazon S3 control plane actions.
|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetJobTaggingResult> |
AbstractAWSS3ControlAsync.getJobTaggingAsync(GetJobTaggingRequest request,
AsyncHandler<GetJobTaggingRequest,GetJobTaggingResult> asyncHandler) |
Future<GetJobTaggingResult> |
AWSS3ControlAsyncClient.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 |
|---|---|
GetJobTaggingRequest |
GetJobTaggingRequest.clone() |
GetJobTaggingRequest |
GetJobTaggingRequest.withAccountId(String accountId)
The Amazon Web Services account ID associated with the S3 Batch Operations job.
|
GetJobTaggingRequest |
GetJobTaggingRequest.withJobId(String jobId)
The ID for the S3 Batch Operations job whose tags you want to retrieve.
|
Copyright © 2024. All rights reserved.