Uses of Class
software.amazon.awssdk.services.redshift.model.InboundIntegration
-
Packages that use InboundIntegration Package Description software.amazon.awssdk.services.redshift.model software.amazon.awssdk.services.redshift.paginators -
-
Uses of InboundIntegration in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type InboundIntegration Modifier and Type Method Description List<InboundIntegration>DescribeInboundIntegrationsResponse. inboundIntegrations()A list of InboundIntegration instances.Methods in software.amazon.awssdk.services.redshift.model with parameters of type InboundIntegration Modifier and Type Method Description DescribeInboundIntegrationsResponse.BuilderDescribeInboundIntegrationsResponse.Builder. inboundIntegrations(InboundIntegration... inboundIntegrations)A list of InboundIntegration instances.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type InboundIntegration Modifier and Type Method Description DescribeInboundIntegrationsResponse.BuilderDescribeInboundIntegrationsResponse.Builder. inboundIntegrations(Collection<InboundIntegration> inboundIntegrations)A list of InboundIntegration instances. -
Uses of InboundIntegration in software.amazon.awssdk.services.redshift.paginators
Methods in software.amazon.awssdk.services.redshift.paginators that return types with arguments of type InboundIntegration Modifier and Type Method Description SdkIterable<InboundIntegration>DescribeInboundIntegrationsIterable. inboundIntegrations()Returns an iterable to iterate through the paginatedDescribeInboundIntegrationsResponse.inboundIntegrations()member.SdkPublisher<InboundIntegration>DescribeInboundIntegrationsPublisher. inboundIntegrations()Returns a publisher that can be used to get a stream of data.
-