| Package | Description |
|---|---|
| com.amazonaws.services.redshiftserverless |
This is an interface reference for Amazon Redshift Serverless.
|
| com.amazonaws.services.redshiftserverless.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetCustomDomainAssociationResult> |
AWSRedshiftServerlessAsyncClient.getCustomDomainAssociationAsync(GetCustomDomainAssociationRequest request,
AsyncHandler<GetCustomDomainAssociationRequest,GetCustomDomainAssociationResult> asyncHandler) |
Future<GetCustomDomainAssociationResult> |
AWSRedshiftServerlessAsync.getCustomDomainAssociationAsync(GetCustomDomainAssociationRequest getCustomDomainAssociationRequest,
AsyncHandler<GetCustomDomainAssociationRequest,GetCustomDomainAssociationResult> asyncHandler)
Gets information about a specific custom domain association.
|
Future<GetCustomDomainAssociationResult> |
AbstractAWSRedshiftServerlessAsync.getCustomDomainAssociationAsync(GetCustomDomainAssociationRequest request,
AsyncHandler<GetCustomDomainAssociationRequest,GetCustomDomainAssociationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetCustomDomainAssociationRequest |
GetCustomDomainAssociationRequest.clone() |
GetCustomDomainAssociationRequest |
GetCustomDomainAssociationRequest.withCustomDomainName(String customDomainName)
The custom domain name associated with the workgroup.
|
GetCustomDomainAssociationRequest |
GetCustomDomainAssociationRequest.withWorkgroupName(String workgroupName)
The name of the workgroup associated with the database.
|
Copyright © 2023. All rights reserved.