Uses of Class
software.amazon.awssdk.services.managedblockchain.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.managedblockchain -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.managedblockchain
Methods in software.amazon.awssdk.services.managedblockchain that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseManagedBlockchainClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds or overwrites the specified tags for the specified Amazon Managed Blockchain resource.default TagResourceResponseManagedBlockchainClient. tagResource(TagResourceRequest tagResourceRequest)Adds or overwrites the specified tags for the specified Amazon Managed Blockchain resource.Methods in software.amazon.awssdk.services.managedblockchain that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>ManagedBlockchainAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds or overwrites the specified tags for the specified Amazon Managed Blockchain resource.default CompletableFuture<TagResourceResponse>ManagedBlockchainAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds or overwrites the specified tags for the specified Amazon Managed Blockchain resource.
-