Uses of Class
software.amazon.awssdk.services.glue.model.InboundIntegration
-
Packages that use InboundIntegration Package Description software.amazon.awssdk.services.glue.model -
-
Uses of InboundIntegration in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type InboundIntegration Modifier and Type Method Description List<InboundIntegration>DescribeInboundIntegrationsResponse. inboundIntegrations()A list of inbound integrations.Methods in software.amazon.awssdk.services.glue.model with parameters of type InboundIntegration Modifier and Type Method Description DescribeInboundIntegrationsResponse.BuilderDescribeInboundIntegrationsResponse.Builder. inboundIntegrations(InboundIntegration... inboundIntegrations)A list of inbound integrations.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type InboundIntegration Modifier and Type Method Description DescribeInboundIntegrationsResponse.BuilderDescribeInboundIntegrationsResponse.Builder. inboundIntegrations(Collection<InboundIntegration> inboundIntegrations)A list of inbound integrations.
-