Uses of Class
software.amazon.awssdk.services.redshift.model.DeleteCustomDomainAssociationRequest
-
Packages that use DeleteCustomDomainAssociationRequest Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.transform -
-
Uses of DeleteCustomDomainAssociationRequest in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift with parameters of type DeleteCustomDomainAssociationRequest Modifier and Type Method Description default CompletableFuture<DeleteCustomDomainAssociationResponse>RedshiftAsyncClient. deleteCustomDomainAssociation(DeleteCustomDomainAssociationRequest deleteCustomDomainAssociationRequest)Contains information about deleting a custom domain association for a cluster.default DeleteCustomDomainAssociationResponseRedshiftClient. deleteCustomDomainAssociation(DeleteCustomDomainAssociationRequest deleteCustomDomainAssociationRequest)Contains information about deleting a custom domain association for a cluster. -
Uses of DeleteCustomDomainAssociationRequest in software.amazon.awssdk.services.redshift.transform
Methods in software.amazon.awssdk.services.redshift.transform with parameters of type DeleteCustomDomainAssociationRequest Modifier and Type Method Description SdkHttpFullRequestDeleteCustomDomainAssociationRequestMarshaller. marshall(DeleteCustomDomainAssociationRequest deleteCustomDomainAssociationRequest)
-