Uses of Class
software.amazon.awssdk.services.redshift.model.CreateCustomDomainAssociationRequest
-
Packages that use CreateCustomDomainAssociationRequest Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.transform -
-
Uses of CreateCustomDomainAssociationRequest in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift with parameters of type CreateCustomDomainAssociationRequest Modifier and Type Method Description default CompletableFuture<CreateCustomDomainAssociationResponse>RedshiftAsyncClient. createCustomDomainAssociation(CreateCustomDomainAssociationRequest 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. -
Uses of CreateCustomDomainAssociationRequest in software.amazon.awssdk.services.redshift.transform
Methods in software.amazon.awssdk.services.redshift.transform with parameters of type CreateCustomDomainAssociationRequest Modifier and Type Method Description SdkHttpFullRequestCreateCustomDomainAssociationRequestMarshaller. marshall(CreateCustomDomainAssociationRequest createCustomDomainAssociationRequest)
-