Uses of Class
software.amazon.awssdk.services.cloudhsmv2.model.CreateHsmResponse
-
Packages that use CreateHsmResponse Package Description software.amazon.awssdk.services.cloudhsmv2 For more information about CloudHSM, see CloudHSM and the CloudHSM User Guide. -
-
Uses of CreateHsmResponse in software.amazon.awssdk.services.cloudhsmv2
Methods in software.amazon.awssdk.services.cloudhsmv2 that return CreateHsmResponse Modifier and Type Method Description default CreateHsmResponseCloudHsmV2Client. createHsm(Consumer<CreateHsmRequest.Builder> createHsmRequest)Creates a new hardware security module (HSM) in the specified CloudHSM cluster.default CreateHsmResponseCloudHsmV2Client. createHsm(CreateHsmRequest createHsmRequest)Creates a new hardware security module (HSM) in the specified CloudHSM cluster.Methods in software.amazon.awssdk.services.cloudhsmv2 that return types with arguments of type CreateHsmResponse Modifier and Type Method Description default CompletableFuture<CreateHsmResponse>CloudHsmV2AsyncClient. createHsm(Consumer<CreateHsmRequest.Builder> createHsmRequest)Creates a new hardware security module (HSM) in the specified CloudHSM cluster.default CompletableFuture<CreateHsmResponse>CloudHsmV2AsyncClient. createHsm(CreateHsmRequest createHsmRequest)Creates a new hardware security module (HSM) in the specified CloudHSM cluster.
-