Uses of Class
software.amazon.awssdk.services.cloudhsmv2.model.CreateHsmRequest
-
Packages that use CreateHsmRequest Package Description software.amazon.awssdk.services.cloudhsmv2 For more information about CloudHSM, see CloudHSM and the CloudHSM User Guide.software.amazon.awssdk.services.cloudhsmv2.transform -
-
Uses of CreateHsmRequest in software.amazon.awssdk.services.cloudhsmv2
Methods in software.amazon.awssdk.services.cloudhsmv2 with parameters of type CreateHsmRequest Modifier and Type Method Description default CompletableFuture<CreateHsmResponse>CloudHsmV2AsyncClient. createHsm(CreateHsmRequest 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. -
Uses of CreateHsmRequest in software.amazon.awssdk.services.cloudhsmv2.transform
Methods in software.amazon.awssdk.services.cloudhsmv2.transform with parameters of type CreateHsmRequest Modifier and Type Method Description SdkHttpFullRequestCreateHsmRequestMarshaller. marshall(CreateHsmRequest createHsmRequest)
-