Uses of Class
software.amazon.awssdk.services.managedblockchain.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.managedblockchain -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.managedblockchain
Methods in software.amazon.awssdk.services.managedblockchain that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseManagedBlockchainClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the specified tags from the Amazon Managed Blockchain resource.default UntagResourceResponseManagedBlockchainClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags from the Amazon Managed Blockchain resource.Methods in software.amazon.awssdk.services.managedblockchain that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>ManagedBlockchainAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the specified tags from the Amazon Managed Blockchain resource.default CompletableFuture<UntagResourceResponse>ManagedBlockchainAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags from the Amazon Managed Blockchain resource.
-