| 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 |
|---|---|
ListTagsForResourceResult |
AWSS3ControlClient.listTagsForResource(ListTagsForResourceRequest request)
This operation allows you to list all the Amazon Web Services resource tags for a specified resource.
|
ListTagsForResourceResult |
AbstractAWSS3Control.listTagsForResource(ListTagsForResourceRequest request) |
ListTagsForResourceResult |
AWSS3Control.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
This operation allows you to list all the Amazon Web Services resource tags for a specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForResourceResult> |
AWSS3ControlAsyncClient.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AWSS3ControlAsync.listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
This operation allows you to list all the Amazon Web Services resource tags for a specified resource.
|
Future<ListTagsForResourceResult> |
AbstractAWSS3ControlAsync.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.clone() |
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
The Amazon Web Services resource tags that are associated with the resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
The Amazon Web Services resource tags that are associated with the resource.
|
Copyright © 2023. All rights reserved.