Uses of Class
software.amazon.awssdk.services.pcaconnectorad.model.TagResourceResponse
-
Packages that use TagResourceResponse 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 TagResourceResponse in software.amazon.awssdk.services.pcaconnectorad
Methods in software.amazon.awssdk.services.pcaconnectorad that return TagResourceResponse Modifier and Type Method Description default TagResourceResponsePcaConnectorAdClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds one or more tags to your resource.default TagResourceResponsePcaConnectorAdClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more tags to your resource.Methods in software.amazon.awssdk.services.pcaconnectorad that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>PcaConnectorAdAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds one or more tags to your resource.default CompletableFuture<TagResourceResponse>PcaConnectorAdAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more tags to your resource.
-