Uses of Class
software.amazon.awssdk.services.pcaconnectorad.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse 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. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.pcaconnectorad
Methods in software.amazon.awssdk.services.pcaconnectorad that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponsePcaConnectorAdClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> 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.Methods in software.amazon.awssdk.services.pcaconnectorad that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>PcaConnectorAdAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags, if any, that are associated with your resource.default CompletableFuture<ListTagsForResourceResponse>PcaConnectorAdAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags, if any, that are associated with your resource.
-