Package | Description |
---|---|
com.amazonaws.services.redshift |
|
com.amazonaws.services.redshift.model |
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 |
---|---|
CreateAuthenticationProfileRequest |
CreateAuthenticationProfileRequest.clone() |
CreateAuthenticationProfileRequest |
CreateAuthenticationProfileRequest.withAuthenticationProfileContent(String authenticationProfileContent)
The content of the authentication profile in JSON format.
|
CreateAuthenticationProfileRequest |
CreateAuthenticationProfileRequest.withAuthenticationProfileName(String authenticationProfileName)
The name of the authentication profile to be created.
|
Copyright © 2023. All rights reserved.