Uses of Class
software.amazon.awssdk.services.pcaconnectorscep.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.pcaconnectorscep -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.pcaconnectorscep
Methods in software.amazon.awssdk.services.pcaconnectorscep that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponsePcaConnectorScepClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Retrieves the tags associated with the specified resource.default ListTagsForResourceResponsePcaConnectorScepClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Retrieves the tags associated with the specified resource.Methods in software.amazon.awssdk.services.pcaconnectorscep that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>PcaConnectorScepAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Retrieves the tags associated with the specified resource.default CompletableFuture<ListTagsForResourceResponse>PcaConnectorScepAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Retrieves the tags associated with the specified resource.
-