Uses of Interface
software.amazon.awssdk.services.redshift.model.DescribeInboundIntegrationsResponse.Builder
-
Packages that use DescribeInboundIntegrationsResponse.Builder Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of DescribeInboundIntegrationsResponse.Builder in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return DescribeInboundIntegrationsResponse.Builder Modifier and Type Method Description static DescribeInboundIntegrationsResponse.BuilderDescribeInboundIntegrationsResponse. builder()DescribeInboundIntegrationsResponse.BuilderDescribeInboundIntegrationsResponse.Builder. inboundIntegrations(Collection<InboundIntegration> inboundIntegrations)A list of InboundIntegration instances.DescribeInboundIntegrationsResponse.BuilderDescribeInboundIntegrationsResponse.Builder. inboundIntegrations(Consumer<InboundIntegration.Builder>... inboundIntegrations)A list of InboundIntegration instances.DescribeInboundIntegrationsResponse.BuilderDescribeInboundIntegrationsResponse.Builder. inboundIntegrations(InboundIntegration... inboundIntegrations)A list of InboundIntegration instances.DescribeInboundIntegrationsResponse.BuilderDescribeInboundIntegrationsResponse.Builder. marker(String marker)A value that indicates the starting point for the next set of response records in a subsequent request.DescribeInboundIntegrationsResponse.BuilderDescribeInboundIntegrationsResponse. toBuilder()Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type DescribeInboundIntegrationsResponse.Builder Modifier and Type Method Description static Class<? extends DescribeInboundIntegrationsResponse.Builder>DescribeInboundIntegrationsResponse. serializableBuilderClass()
-