Uses of Class
software.amazon.awssdk.services.redshift.model.DescribeIntegrationsResponse
-
Packages that use DescribeIntegrationsResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.paginators -
-
Uses of DescribeIntegrationsResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return DescribeIntegrationsResponse Modifier and Type Method Description default DescribeIntegrationsResponseRedshiftClient. describeIntegrations(Consumer<DescribeIntegrationsRequest.Builder> describeIntegrationsRequest)Describes one or more zero-ETL or S3 event integrations with Amazon Redshift.default DescribeIntegrationsResponseRedshiftClient. describeIntegrations(DescribeIntegrationsRequest describeIntegrationsRequest)Describes one or more zero-ETL or S3 event integrations with Amazon Redshift.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type DescribeIntegrationsResponse Modifier and Type Method Description default CompletableFuture<DescribeIntegrationsResponse>RedshiftAsyncClient. describeIntegrations(Consumer<DescribeIntegrationsRequest.Builder> describeIntegrationsRequest)Describes one or more zero-ETL or S3 event integrations with Amazon Redshift.default CompletableFuture<DescribeIntegrationsResponse>RedshiftAsyncClient. describeIntegrations(DescribeIntegrationsRequest describeIntegrationsRequest)Describes one or more zero-ETL or S3 event integrations with Amazon Redshift. -
Uses of DescribeIntegrationsResponse in software.amazon.awssdk.services.redshift.paginators
Methods in software.amazon.awssdk.services.redshift.paginators that return types with arguments of type DescribeIntegrationsResponse Modifier and Type Method Description Iterator<DescribeIntegrationsResponse>DescribeIntegrationsIterable. iterator()Method parameters in software.amazon.awssdk.services.redshift.paginators with type arguments of type DescribeIntegrationsResponse Modifier and Type Method Description voidDescribeIntegrationsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeIntegrationsResponse> subscriber)
-