Uses of Class
software.amazon.awssdk.services.rds.model.Integration
-
Packages that use Integration Package Description software.amazon.awssdk.services.rds.model software.amazon.awssdk.services.rds.paginators -
-
Uses of Integration in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type Integration Modifier and Type Method Description List<Integration>DescribeIntegrationsResponse. integrations()A list of integrations.Methods in software.amazon.awssdk.services.rds.model with parameters of type Integration Modifier and Type Method Description DescribeIntegrationsResponse.BuilderDescribeIntegrationsResponse.Builder. integrations(Integration... integrations)A list of integrations.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type Integration Modifier and Type Method Description DescribeIntegrationsResponse.BuilderDescribeIntegrationsResponse.Builder. integrations(Collection<Integration> integrations)A list of integrations. -
Uses of Integration in software.amazon.awssdk.services.rds.paginators
Methods in software.amazon.awssdk.services.rds.paginators that return types with arguments of type Integration Modifier and Type Method Description SdkIterable<Integration>DescribeIntegrationsIterable. integrations()Returns an iterable to iterate through the paginatedDescribeIntegrationsResponse.integrations()member.SdkPublisher<Integration>DescribeIntegrationsPublisher. integrations()Returns a publisher that can be used to get a stream of data.
-