Uses of Class
software.amazon.awssdk.services.pcaconnectorad.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest Package Description software.amazon.awssdk.services.pcaconnectorad Amazon Web Services Private CA Connector for Active Directory creates a connector between Amazon Web Services Private CA and Active Directory (AD) that enables you to provision security certificates for AD signed by a private CA that you own.software.amazon.awssdk.services.pcaconnectorad.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.pcaconnectorad
Methods in software.amazon.awssdk.services.pcaconnectorad with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>PcaConnectorAdAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags, if any, that are associated with your resource.default ListTagsForResourceResponsePcaConnectorAdClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags, if any, that are associated with your resource. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.pcaconnectorad.transform
Methods in software.amazon.awssdk.services.pcaconnectorad.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-