Uses of Class
software.amazon.awssdk.services.redshift.model.CreateCustomDomainAssociationResponse
-
Packages that use CreateCustomDomainAssociationResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of CreateCustomDomainAssociationResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return CreateCustomDomainAssociationResponse Modifier and Type Method Description default CreateCustomDomainAssociationResponseRedshiftClient. createCustomDomainAssociation(Consumer<CreateCustomDomainAssociationRequest.Builder> createCustomDomainAssociationRequest)Used to create a custom domain name for a cluster.default CreateCustomDomainAssociationResponseRedshiftClient. createCustomDomainAssociation(CreateCustomDomainAssociationRequest createCustomDomainAssociationRequest)Used to create a custom domain name for a cluster.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type CreateCustomDomainAssociationResponse Modifier and Type Method Description default CompletableFuture<CreateCustomDomainAssociationResponse>RedshiftAsyncClient. createCustomDomainAssociation(Consumer<CreateCustomDomainAssociationRequest.Builder> createCustomDomainAssociationRequest)Used to create a custom domain name for a cluster.default CompletableFuture<CreateCustomDomainAssociationResponse>RedshiftAsyncClient. createCustomDomainAssociation(CreateCustomDomainAssociationRequest createCustomDomainAssociationRequest)Used to create a custom domain name for a cluster.
-