Uses of Interface
software.amazon.awssdk.services.redshift.model.CreateHsmConfigurationResponse.Builder
-
Packages that use CreateHsmConfigurationResponse.Builder Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of CreateHsmConfigurationResponse.Builder in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return CreateHsmConfigurationResponse.Builder Modifier and Type Method Description static CreateHsmConfigurationResponse.BuilderCreateHsmConfigurationResponse. builder()default CreateHsmConfigurationResponse.BuilderCreateHsmConfigurationResponse.Builder. hsmConfiguration(Consumer<HsmConfiguration.Builder> hsmConfiguration)Sets the value of the HsmConfiguration property for this object.CreateHsmConfigurationResponse.BuilderCreateHsmConfigurationResponse.Builder. hsmConfiguration(HsmConfiguration hsmConfiguration)Sets the value of the HsmConfiguration property for this object.CreateHsmConfigurationResponse.BuilderCreateHsmConfigurationResponse. toBuilder()Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type CreateHsmConfigurationResponse.Builder Modifier and Type Method Description static Class<? extends CreateHsmConfigurationResponse.Builder>CreateHsmConfigurationResponse. serializableBuilderClass()
-