Uses of Class
software.amazon.awssdk.services.redshiftserverless.model.GetCustomDomainAssociationResponse
-
Packages that use GetCustomDomainAssociationResponse Package Description software.amazon.awssdk.services.redshiftserverless This is an interface reference for Amazon Redshift Serverless. -
-
Uses of GetCustomDomainAssociationResponse in software.amazon.awssdk.services.redshiftserverless
Methods in software.amazon.awssdk.services.redshiftserverless that return GetCustomDomainAssociationResponse Modifier and Type Method Description default GetCustomDomainAssociationResponseRedshiftServerlessClient. getCustomDomainAssociation(Consumer<GetCustomDomainAssociationRequest.Builder> getCustomDomainAssociationRequest)Gets information about a specific custom domain association.default GetCustomDomainAssociationResponseRedshiftServerlessClient. getCustomDomainAssociation(GetCustomDomainAssociationRequest getCustomDomainAssociationRequest)Gets information about a specific custom domain association.Methods in software.amazon.awssdk.services.redshiftserverless that return types with arguments of type GetCustomDomainAssociationResponse Modifier and Type Method Description default CompletableFuture<GetCustomDomainAssociationResponse>RedshiftServerlessAsyncClient. getCustomDomainAssociation(Consumer<GetCustomDomainAssociationRequest.Builder> getCustomDomainAssociationRequest)Gets information about a specific custom domain association.default CompletableFuture<GetCustomDomainAssociationResponse>RedshiftServerlessAsyncClient. getCustomDomainAssociation(GetCustomDomainAssociationRequest getCustomDomainAssociationRequest)Gets information about a specific custom domain association.
-