Uses of Class
software.amazon.awssdk.services.redshift.model.AuthenticationProfile
-
Packages that use AuthenticationProfile Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of AuthenticationProfile in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type AuthenticationProfile Modifier and Type Method Description List<AuthenticationProfile>DescribeAuthenticationProfilesResponse. authenticationProfiles()The list of authentication profiles.Methods in software.amazon.awssdk.services.redshift.model with parameters of type AuthenticationProfile Modifier and Type Method Description DescribeAuthenticationProfilesResponse.BuilderDescribeAuthenticationProfilesResponse.Builder. authenticationProfiles(AuthenticationProfile... authenticationProfiles)The list of authentication profiles.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type AuthenticationProfile Modifier and Type Method Description DescribeAuthenticationProfilesResponse.BuilderDescribeAuthenticationProfilesResponse.Builder. authenticationProfiles(Collection<AuthenticationProfile> authenticationProfiles)The list of authentication profiles.
-