| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model | |
| software.amazon.awssdk.services.redshift.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<InboundIntegration> |
DescribeInboundIntegrationsResponse.inboundIntegrations()
A list of InboundIntegration instances.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeInboundIntegrationsResponse.Builder |
DescribeInboundIntegrationsResponse.Builder.inboundIntegrations(InboundIntegration... inboundIntegrations)
A list of InboundIntegration instances.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeInboundIntegrationsResponse.Builder |
DescribeInboundIntegrationsResponse.Builder.inboundIntegrations(Collection<InboundIntegration> inboundIntegrations)
A list of InboundIntegration instances.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<InboundIntegration> |
DescribeInboundIntegrationsIterable.inboundIntegrations()
Returns an iterable to iterate through the paginated
DescribeInboundIntegrationsResponse.inboundIntegrations() member. |
SdkPublisher<InboundIntegration> |
DescribeInboundIntegrationsPublisher.inboundIntegrations()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.