Package | Description |
---|---|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
AuthenticationProfile |
AuthenticationProfile.clone() |
AuthenticationProfile |
AuthenticationProfile.withAuthenticationProfileContent(String authenticationProfileContent)
The content of the authentication profile in JSON format.
|
AuthenticationProfile |
AuthenticationProfile.withAuthenticationProfileName(String authenticationProfileName)
The name of the authentication profile.
|
Modifier and Type | Method and Description |
---|---|
List<AuthenticationProfile> |
DescribeAuthenticationProfilesResult.getAuthenticationProfiles()
The list of authentication profiles.
|
Modifier and Type | Method and Description |
---|---|
DescribeAuthenticationProfilesResult |
DescribeAuthenticationProfilesResult.withAuthenticationProfiles(AuthenticationProfile... authenticationProfiles)
The list of authentication profiles.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeAuthenticationProfilesResult.setAuthenticationProfiles(Collection<AuthenticationProfile> authenticationProfiles)
The list of authentication profiles.
|
DescribeAuthenticationProfilesResult |
DescribeAuthenticationProfilesResult.withAuthenticationProfiles(Collection<AuthenticationProfile> authenticationProfiles)
The list of authentication profiles.
|
Copyright © 2023. All rights reserved.