Uses of Class
software.amazon.awssdk.services.pcaconnectorscep.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest Package Description software.amazon.awssdk.services.pcaconnectorscep Connector for SCEP creates a connector between Amazon Web Services Private CA and your SCEP-enabled clients and devices.software.amazon.awssdk.services.pcaconnectorscep.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.pcaconnectorscep
Methods in software.amazon.awssdk.services.pcaconnectorscep with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>PcaConnectorScepAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Retrieves the tags associated with the specified resource.default ListTagsForResourceResponsePcaConnectorScepClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Retrieves the tags associated with the specified resource. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.pcaconnectorscep.transform
Methods in software.amazon.awssdk.services.pcaconnectorscep.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-