Uses of Class
software.amazon.awssdk.services.clouddirectory.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.clouddirectory
Methods in software.amazon.awssdk.services.clouddirectory that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseCloudDirectoryClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)An API operation for adding tags to a resource.default TagResourceResponseCloudDirectoryClient. tagResource(TagResourceRequest tagResourceRequest)An API operation for adding tags to a resource.Methods in software.amazon.awssdk.services.clouddirectory that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>CloudDirectoryAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)An API operation for adding tags to a resource.default CompletableFuture<TagResourceResponse>CloudDirectoryAsyncClient. tagResource(TagResourceRequest tagResourceRequest)An API operation for adding tags to a resource.
-