Uses of Class
software.amazon.awssdk.services.s3control.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.s3control Amazon Web Services S3 Control provides access to Amazon S3 control plane actions. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseS3ControlClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)This operation allows you to list all the Amazon Web Services resource tags for a specified resource.default ListTagsForResourceResponseS3ControlClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)This operation allows you to list all the Amazon Web Services resource tags for a specified resource.Methods in software.amazon.awssdk.services.s3control that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>S3ControlAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)This operation allows you to list all the Amazon Web Services resource tags for a specified resource.default CompletableFuture<ListTagsForResourceResponse>S3ControlAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)This operation allows you to list all the Amazon Web Services resource tags for a specified resource.
-