Uses of Interface
software.amazon.awssdk.services.cloudhsm.model.GetConfigResponse.Builder
-
Packages that use GetConfigResponse.Builder Package Description software.amazon.awssdk.services.cloudhsm.model -
-
Uses of GetConfigResponse.Builder in software.amazon.awssdk.services.cloudhsm.model
Methods in software.amazon.awssdk.services.cloudhsm.model that return GetConfigResponse.Builder Modifier and Type Method Description static GetConfigResponse.BuilderGetConfigResponse. builder()GetConfigResponse.BuilderGetConfigResponse.Builder. configCred(String configCred)The certificate file containing the server.pem files of the HSMs.GetConfigResponse.BuilderGetConfigResponse.Builder. configFile(String configFile)The chrystoki.conf configuration file.GetConfigResponse.BuilderGetConfigResponse.Builder. configType(String configType)The type of credentials.GetConfigResponse.BuilderGetConfigResponse. toBuilder()Methods in software.amazon.awssdk.services.cloudhsm.model that return types with arguments of type GetConfigResponse.Builder Modifier and Type Method Description static Class<? extends GetConfigResponse.Builder>GetConfigResponse. serializableBuilderClass()
-