Uses of Interface
software.amazon.awssdk.services.cloudhsmv2.CloudHsmV2BaseClientBuilder
-
Packages that use CloudHsmV2BaseClientBuilder Package Description software.amazon.awssdk.services.cloudhsmv2 For more information about CloudHSM, see CloudHSM and the CloudHSM User Guide. -
-
Uses of CloudHsmV2BaseClientBuilder in software.amazon.awssdk.services.cloudhsmv2
Classes in software.amazon.awssdk.services.cloudhsmv2 with type parameters of type CloudHsmV2BaseClientBuilder Modifier and Type Interface Description interfaceCloudHsmV2BaseClientBuilder<B extends CloudHsmV2BaseClientBuilder<B,C>,C>This includes configuration specific to CloudHSM V2 that is supported by bothCloudHsmV2ClientBuilderandCloudHsmV2AsyncClientBuilder.Subinterfaces of CloudHsmV2BaseClientBuilder in software.amazon.awssdk.services.cloudhsmv2 Modifier and Type Interface Description interfaceCloudHsmV2AsyncClientBuilderA builder for creating an instance ofCloudHsmV2AsyncClient.interfaceCloudHsmV2ClientBuilderA builder for creating an instance ofCloudHsmV2Client.
-