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