Uses of Class
software.amazon.awssdk.services.redshiftserverless.model.ListCustomDomainAssociationsResponse
-
Packages that use ListCustomDomainAssociationsResponse Package Description software.amazon.awssdk.services.redshiftserverless This is an interface reference for Amazon Redshift Serverless.software.amazon.awssdk.services.redshiftserverless.paginators -
-
Uses of ListCustomDomainAssociationsResponse in software.amazon.awssdk.services.redshiftserverless
Methods in software.amazon.awssdk.services.redshiftserverless that return ListCustomDomainAssociationsResponse Modifier and Type Method Description default ListCustomDomainAssociationsResponseRedshiftServerlessClient. listCustomDomainAssociations(Consumer<ListCustomDomainAssociationsRequest.Builder> listCustomDomainAssociationsRequest)Lists custom domain associations for Amazon Redshift Serverless.default ListCustomDomainAssociationsResponseRedshiftServerlessClient. listCustomDomainAssociations(ListCustomDomainAssociationsRequest listCustomDomainAssociationsRequest)Lists custom domain associations for Amazon Redshift Serverless.Methods in software.amazon.awssdk.services.redshiftserverless that return types with arguments of type ListCustomDomainAssociationsResponse Modifier and Type Method Description default CompletableFuture<ListCustomDomainAssociationsResponse>RedshiftServerlessAsyncClient. listCustomDomainAssociations(Consumer<ListCustomDomainAssociationsRequest.Builder> listCustomDomainAssociationsRequest)Lists custom domain associations for Amazon Redshift Serverless.default CompletableFuture<ListCustomDomainAssociationsResponse>RedshiftServerlessAsyncClient. listCustomDomainAssociations(ListCustomDomainAssociationsRequest listCustomDomainAssociationsRequest)Lists custom domain associations for Amazon Redshift Serverless. -
Uses of ListCustomDomainAssociationsResponse in software.amazon.awssdk.services.redshiftserverless.paginators
Methods in software.amazon.awssdk.services.redshiftserverless.paginators that return types with arguments of type ListCustomDomainAssociationsResponse Modifier and Type Method Description Iterator<ListCustomDomainAssociationsResponse>ListCustomDomainAssociationsIterable. iterator()Method parameters in software.amazon.awssdk.services.redshiftserverless.paginators with type arguments of type ListCustomDomainAssociationsResponse Modifier and Type Method Description voidListCustomDomainAssociationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCustomDomainAssociationsResponse> subscriber)
-