Uses of Class
software.amazon.awssdk.services.rds.model.DescribeIntegrationsResponse
-
Packages that use DescribeIntegrationsResponse Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service software.amazon.awssdk.services.rds.paginators -
-
Uses of DescribeIntegrationsResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return DescribeIntegrationsResponse Modifier and Type Method Description default DescribeIntegrationsResponseRdsClient. describeIntegrations(Consumer<DescribeIntegrationsRequest.Builder> describeIntegrationsRequest)Describe one or more zero-ETL integrations with Amazon Redshift.default DescribeIntegrationsResponseRdsClient. describeIntegrations(DescribeIntegrationsRequest describeIntegrationsRequest)Describe one or more zero-ETL integrations with Amazon Redshift.Methods in software.amazon.awssdk.services.rds that return types with arguments of type DescribeIntegrationsResponse Modifier and Type Method Description default CompletableFuture<DescribeIntegrationsResponse>RdsAsyncClient. describeIntegrations(Consumer<DescribeIntegrationsRequest.Builder> describeIntegrationsRequest)Describe one or more zero-ETL integrations with Amazon Redshift.default CompletableFuture<DescribeIntegrationsResponse>RdsAsyncClient. describeIntegrations(DescribeIntegrationsRequest describeIntegrationsRequest)Describe one or more zero-ETL integrations with Amazon Redshift. -
Uses of DescribeIntegrationsResponse in software.amazon.awssdk.services.rds.paginators
Methods in software.amazon.awssdk.services.rds.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.rds.paginators with type arguments of type DescribeIntegrationsResponse Modifier and Type Method Description voidDescribeIntegrationsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeIntegrationsResponse> subscriber)
-