Uses of Class
software.amazon.awssdk.services.cloudhsmv2.model.DeleteClusterResponse
-
Packages that use DeleteClusterResponse Package Description software.amazon.awssdk.services.cloudhsmv2 For more information about CloudHSM, see CloudHSM and the CloudHSM User Guide. -
-
Uses of DeleteClusterResponse in software.amazon.awssdk.services.cloudhsmv2
Methods in software.amazon.awssdk.services.cloudhsmv2 that return DeleteClusterResponse Modifier and Type Method Description default DeleteClusterResponseCloudHsmV2Client. deleteCluster(Consumer<DeleteClusterRequest.Builder> deleteClusterRequest)Deletes the specified CloudHSM cluster.default DeleteClusterResponseCloudHsmV2Client. deleteCluster(DeleteClusterRequest deleteClusterRequest)Deletes the specified CloudHSM cluster.Methods in software.amazon.awssdk.services.cloudhsmv2 that return types with arguments of type DeleteClusterResponse Modifier and Type Method Description default CompletableFuture<DeleteClusterResponse>CloudHsmV2AsyncClient. deleteCluster(Consumer<DeleteClusterRequest.Builder> deleteClusterRequest)Deletes the specified CloudHSM cluster.default CompletableFuture<DeleteClusterResponse>CloudHsmV2AsyncClient. deleteCluster(DeleteClusterRequest deleteClusterRequest)Deletes the specified CloudHSM cluster.
-