Package | Description |
---|---|
com.amazonaws.services.redshift |
|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
CreateAuthenticationProfileResult |
AbstractAmazonRedshift.createAuthenticationProfile(CreateAuthenticationProfileRequest request) |
CreateAuthenticationProfileResult |
AmazonRedshift.createAuthenticationProfile(CreateAuthenticationProfileRequest createAuthenticationProfileRequest)
Creates an authentication profile with the specified parameters.
|
CreateAuthenticationProfileResult |
AmazonRedshiftClient.createAuthenticationProfile(CreateAuthenticationProfileRequest request)
Creates an authentication profile with the specified parameters.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateAuthenticationProfileResult> |
AbstractAmazonRedshiftAsync.createAuthenticationProfileAsync(CreateAuthenticationProfileRequest request,
AsyncHandler<CreateAuthenticationProfileRequest,CreateAuthenticationProfileResult> asyncHandler) |
Future<CreateAuthenticationProfileResult> |
AmazonRedshiftAsync.createAuthenticationProfileAsync(CreateAuthenticationProfileRequest createAuthenticationProfileRequest,
AsyncHandler<CreateAuthenticationProfileRequest,CreateAuthenticationProfileResult> asyncHandler)
Creates an authentication profile with the specified parameters.
|
Future<CreateAuthenticationProfileResult> |
AmazonRedshiftAsyncClient.createAuthenticationProfileAsync(CreateAuthenticationProfileRequest request,
AsyncHandler<CreateAuthenticationProfileRequest,CreateAuthenticationProfileResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateAuthenticationProfileResult |
CreateAuthenticationProfileResult.clone() |
CreateAuthenticationProfileResult |
CreateAuthenticationProfileResult.withAuthenticationProfileContent(String authenticationProfileContent)
The content of the authentication profile in JSON format.
|
CreateAuthenticationProfileResult |
CreateAuthenticationProfileResult.withAuthenticationProfileName(String authenticationProfileName)
The name of the authentication profile that was created.
|
Copyright © 2023. All rights reserved.