Uses of Interface
software.amazon.awssdk.services.cloudhsm.auth.scheme.CloudHsmAuthSchemeParams
-
Packages that use CloudHsmAuthSchemeParams Package Description software.amazon.awssdk.services.cloudhsm.auth.scheme software.amazon.awssdk.services.cloudhsm.auth.scheme.internal -
-
Uses of CloudHsmAuthSchemeParams in software.amazon.awssdk.services.cloudhsm.auth.scheme
Methods in software.amazon.awssdk.services.cloudhsm.auth.scheme that return CloudHsmAuthSchemeParams Modifier and Type Method Description CloudHsmAuthSchemeParamsCloudHsmAuthSchemeParams.Builder. build()Returns aCloudHsmAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.cloudhsm.auth.scheme with parameters of type CloudHsmAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>CloudHsmAuthSchemeProvider. resolveAuthScheme(CloudHsmAuthSchemeParams authSchemeParams)Resolve the auth schemes based on the given set of parameters. -
Uses of CloudHsmAuthSchemeParams in software.amazon.awssdk.services.cloudhsm.auth.scheme.internal
Classes in software.amazon.awssdk.services.cloudhsm.auth.scheme.internal that implement CloudHsmAuthSchemeParams Modifier and Type Class Description classDefaultCloudHsmAuthSchemeParamsMethods in software.amazon.awssdk.services.cloudhsm.auth.scheme.internal with parameters of type CloudHsmAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>DefaultCloudHsmAuthSchemeProvider. resolveAuthScheme(CloudHsmAuthSchemeParams params)
-