| 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 |
|---|---|
GetCustomDomainAssociationResult |
AWSRedshiftServerlessClient.getCustomDomainAssociation(GetCustomDomainAssociationRequest request)
Gets information about a specific custom domain association.
|
GetCustomDomainAssociationResult |
AWSRedshiftServerless.getCustomDomainAssociation(GetCustomDomainAssociationRequest getCustomDomainAssociationRequest)
Gets information about a specific custom domain association.
|
GetCustomDomainAssociationResult |
AbstractAWSRedshiftServerless.getCustomDomainAssociation(GetCustomDomainAssociationRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetCustomDomainAssociationResult> |
AWSRedshiftServerlessAsyncClient.getCustomDomainAssociationAsync(GetCustomDomainAssociationRequest request,
AsyncHandler<GetCustomDomainAssociationRequest,GetCustomDomainAssociationResult> asyncHandler) |
Future<GetCustomDomainAssociationResult> |
AbstractAWSRedshiftServerlessAsync.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.
|
| Modifier and Type | Method and Description |
|---|---|
GetCustomDomainAssociationResult |
GetCustomDomainAssociationResult.clone() |
GetCustomDomainAssociationResult |
GetCustomDomainAssociationResult.withCustomDomainCertificateArn(String customDomainCertificateArn)
The custom domain name’s certificate Amazon resource name (ARN).
|
GetCustomDomainAssociationResult |
GetCustomDomainAssociationResult.withCustomDomainCertificateExpiryTime(Date customDomainCertificateExpiryTime)
The expiration time for the certificate.
|
GetCustomDomainAssociationResult |
GetCustomDomainAssociationResult.withCustomDomainName(String customDomainName)
The custom domain name associated with the workgroup.
|
GetCustomDomainAssociationResult |
GetCustomDomainAssociationResult.withWorkgroupName(String workgroupName)
The name of the workgroup associated with the database.
|
Copyright © 2024. All rights reserved.