Uses of Interface
software.amazon.awssdk.services.redshift.model.ModifyAuthenticationProfileResponse.Builder
-
Packages that use ModifyAuthenticationProfileResponse.Builder Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of ModifyAuthenticationProfileResponse.Builder in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return ModifyAuthenticationProfileResponse.Builder Modifier and Type Method Description ModifyAuthenticationProfileResponse.BuilderModifyAuthenticationProfileResponse.Builder. authenticationProfileContent(String authenticationProfileContent)The updated content of the authentication profile in JSON format.ModifyAuthenticationProfileResponse.BuilderModifyAuthenticationProfileResponse.Builder. authenticationProfileName(String authenticationProfileName)The name of the authentication profile that was replaced.static ModifyAuthenticationProfileResponse.BuilderModifyAuthenticationProfileResponse. builder()ModifyAuthenticationProfileResponse.BuilderModifyAuthenticationProfileResponse. toBuilder()Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type ModifyAuthenticationProfileResponse.Builder Modifier and Type Method Description static Class<? extends ModifyAuthenticationProfileResponse.Builder>ModifyAuthenticationProfileResponse. serializableBuilderClass()
-