| Package | Description |
|---|---|
| com.amazonaws.services.redshift |
|
| com.amazonaws.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteAuthenticationProfileResult> |
AmazonRedshiftAsyncClient.deleteAuthenticationProfileAsync(DeleteAuthenticationProfileRequest request,
AsyncHandler<DeleteAuthenticationProfileRequest,DeleteAuthenticationProfileResult> asyncHandler) |
Future<DeleteAuthenticationProfileResult> |
AmazonRedshiftAsync.deleteAuthenticationProfileAsync(DeleteAuthenticationProfileRequest deleteAuthenticationProfileRequest,
AsyncHandler<DeleteAuthenticationProfileRequest,DeleteAuthenticationProfileResult> asyncHandler)
Deletes an authentication profile.
|
Future<DeleteAuthenticationProfileResult> |
AbstractAmazonRedshiftAsync.deleteAuthenticationProfileAsync(DeleteAuthenticationProfileRequest request,
AsyncHandler<DeleteAuthenticationProfileRequest,DeleteAuthenticationProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteAuthenticationProfileRequest |
DeleteAuthenticationProfileRequest.clone() |
DeleteAuthenticationProfileRequest |
DeleteAuthenticationProfileRequest.withAuthenticationProfileName(String authenticationProfileName)
The name of the authentication profile to delete.
|
Copyright © 2023. All rights reserved.