Uses of Class
software.amazon.awssdk.services.redshift.model.Integration
-
Packages that use Integration Package Description software.amazon.awssdk.services.redshift.model software.amazon.awssdk.services.redshift.paginators -
-
Uses of Integration in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type Integration Modifier and Type Method Description List<Integration>DescribeIntegrationsResponse. integrations()List of integrations that are described.Methods in software.amazon.awssdk.services.redshift.model with parameters of type Integration Modifier and Type Method Description DescribeIntegrationsResponse.BuilderDescribeIntegrationsResponse.Builder. integrations(Integration... integrations)List of integrations that are described.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type Integration Modifier and Type Method Description DescribeIntegrationsResponse.BuilderDescribeIntegrationsResponse.Builder. integrations(Collection<Integration> integrations)List of integrations that are described. -
Uses of Integration in software.amazon.awssdk.services.redshift.paginators
Methods in software.amazon.awssdk.services.redshift.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.
-