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