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