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