Uses of Class
software.amazon.awssdk.services.rds.model.Integration
Packages that use Integration
Package
Description
-
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 IntegrationModifier and TypeMethodDescriptionfinal List<Integration>DescribeIntegrationsResponse.integrations()A list of integrations.Methods in software.amazon.awssdk.services.rds.model with parameters of type IntegrationModifier and TypeMethodDescriptionDescribeIntegrationsResponse.Builder.integrations(Integration... integrations) A list of integrations.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type IntegrationModifier and TypeMethodDescriptionDescribeIntegrationsResponse.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 IntegrationModifier and TypeMethodDescriptionfinal SdkIterable<Integration>DescribeIntegrationsIterable.integrations()Returns an iterable to iterate through the paginatedDescribeIntegrationsResponse.integrations()member.final SdkPublisher<Integration>DescribeIntegrationsPublisher.integrations()Returns a publisher that can be used to get a stream of data.