| Package | Description |
|---|---|
| com.amazonaws.services.s3control |
AWS S3 Control provides access to Amazon S3 control plane operations.
|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteJobTaggingResult> |
AbstractAWSS3ControlAsync.deleteJobTaggingAsync(DeleteJobTaggingRequest request,
AsyncHandler<DeleteJobTaggingRequest,DeleteJobTaggingResult> asyncHandler) |
Future<DeleteJobTaggingResult> |
AWSS3ControlAsync.deleteJobTaggingAsync(DeleteJobTaggingRequest deleteJobTaggingRequest,
AsyncHandler<DeleteJobTaggingRequest,DeleteJobTaggingResult> asyncHandler)
Delete the tags on a Amazon S3 batch operations job, if any.
|
Future<DeleteJobTaggingResult> |
AWSS3ControlAsyncClient.deleteJobTaggingAsync(DeleteJobTaggingRequest request,
AsyncHandler<DeleteJobTaggingRequest,DeleteJobTaggingResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteJobTaggingRequest |
DeleteJobTaggingRequest.clone() |
DeleteJobTaggingRequest |
DeleteJobTaggingRequest.withAccountId(String accountId)
The account ID for the Amazon Web Services account associated with the Amazon S3 batch operations job you want to
remove tags from.
|
DeleteJobTaggingRequest |
DeleteJobTaggingRequest.withJobId(String jobId)
The ID for the job whose tags you want to delete.
|
Copyright © 2020. All rights reserved.