Uses of Class
software.amazon.awssdk.services.cloudhsmv2.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.cloudhsmv2 For more information about CloudHSM, see CloudHSM and the CloudHSM User Guide. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.cloudhsmv2
Methods in software.amazon.awssdk.services.cloudhsmv2 that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseCloudHsmV2Client. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the specified tag or tags from the specified CloudHSM cluster.default UntagResourceResponseCloudHsmV2Client. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tag or tags from the specified CloudHSM cluster.Methods in software.amazon.awssdk.services.cloudhsmv2 that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>CloudHsmV2AsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the specified tag or tags from the specified CloudHSM cluster.default CompletableFuture<UntagResourceResponse>CloudHsmV2AsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tag or tags from the specified CloudHSM cluster.
-