Uses of Class
software.amazon.awssdk.services.s3control.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest Package Description software.amazon.awssdk.services.s3control Amazon Web Services S3 Control provides access to Amazon S3 control plane actions.software.amazon.awssdk.services.s3control.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>S3ControlAsyncClient. listTagsForResource(ListTagsForResourceRequest 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. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.s3control.transform
Methods in software.amazon.awssdk.services.s3control.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-