Uses of Class
software.amazon.awssdk.services.cloudhsmv2.model.CreateClusterResponse
-
Packages that use CreateClusterResponse Package Description software.amazon.awssdk.services.cloudhsmv2 For more information about CloudHSM, see CloudHSM and the CloudHSM User Guide. -
-
Uses of CreateClusterResponse in software.amazon.awssdk.services.cloudhsmv2
Methods in software.amazon.awssdk.services.cloudhsmv2 that return CreateClusterResponse Modifier and Type Method Description default CreateClusterResponseCloudHsmV2Client. createCluster(Consumer<CreateClusterRequest.Builder> createClusterRequest)Creates a new CloudHSM cluster.default CreateClusterResponseCloudHsmV2Client. createCluster(CreateClusterRequest createClusterRequest)Creates a new CloudHSM cluster.Methods in software.amazon.awssdk.services.cloudhsmv2 that return types with arguments of type CreateClusterResponse Modifier and Type Method Description default CompletableFuture<CreateClusterResponse>CloudHsmV2AsyncClient. createCluster(Consumer<CreateClusterRequest.Builder> createClusterRequest)Creates a new CloudHSM cluster.default CompletableFuture<CreateClusterResponse>CloudHsmV2AsyncClient. createCluster(CreateClusterRequest createClusterRequest)Creates a new CloudHSM cluster.
-