Uses of Class
software.amazon.awssdk.services.managedblockchain.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.managedblockchain software.amazon.awssdk.services.managedblockchain.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.managedblockchain
Methods in software.amazon.awssdk.services.managedblockchain with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>ManagedBlockchainAsyncClient. untagResource(UntagResourceRequest 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. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.managedblockchain.transform
Methods in software.amazon.awssdk.services.managedblockchain.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-