Uses of Class
software.amazon.awssdk.services.glue.model.Integration
-
Packages that use Integration Package Description software.amazon.awssdk.services.glue.model -
-
Uses of Integration in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type Integration Modifier and Type Method Description List<Integration>DescribeIntegrationsResponse. integrations()A list of zero-ETL integrations.Methods in software.amazon.awssdk.services.glue.model with parameters of type Integration Modifier and Type Method Description DescribeIntegrationsResponse.BuilderDescribeIntegrationsResponse.Builder. integrations(Integration... integrations)A list of zero-ETL integrations.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type Integration Modifier and Type Method Description DescribeIntegrationsResponse.BuilderDescribeIntegrationsResponse.Builder. integrations(Collection<Integration> integrations)A list of zero-ETL integrations.
-