Uses of Class
software.amazon.awssdk.services.redshift.model.DescribeCustomDomainAssociationsResponse
-
Packages that use DescribeCustomDomainAssociationsResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.paginators -
-
Uses of DescribeCustomDomainAssociationsResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return DescribeCustomDomainAssociationsResponse Modifier and Type Method Description default DescribeCustomDomainAssociationsResponseRedshiftClient. describeCustomDomainAssociations(Consumer<DescribeCustomDomainAssociationsRequest.Builder> describeCustomDomainAssociationsRequest)Contains information about custom domain associations for a cluster.default DescribeCustomDomainAssociationsResponseRedshiftClient. describeCustomDomainAssociations(DescribeCustomDomainAssociationsRequest describeCustomDomainAssociationsRequest)Contains information about custom domain associations for a cluster.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type DescribeCustomDomainAssociationsResponse Modifier and Type Method Description default CompletableFuture<DescribeCustomDomainAssociationsResponse>RedshiftAsyncClient. describeCustomDomainAssociations(Consumer<DescribeCustomDomainAssociationsRequest.Builder> describeCustomDomainAssociationsRequest)Contains information about custom domain associations for a cluster.default CompletableFuture<DescribeCustomDomainAssociationsResponse>RedshiftAsyncClient. describeCustomDomainAssociations(DescribeCustomDomainAssociationsRequest describeCustomDomainAssociationsRequest)Contains information about custom domain associations for a cluster. -
Uses of DescribeCustomDomainAssociationsResponse in software.amazon.awssdk.services.redshift.paginators
Methods in software.amazon.awssdk.services.redshift.paginators that return types with arguments of type DescribeCustomDomainAssociationsResponse Modifier and Type Method Description Iterator<DescribeCustomDomainAssociationsResponse>DescribeCustomDomainAssociationsIterable. iterator()Method parameters in software.amazon.awssdk.services.redshift.paginators with type arguments of type DescribeCustomDomainAssociationsResponse Modifier and Type Method Description voidDescribeCustomDomainAssociationsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeCustomDomainAssociationsResponse> subscriber)
-