Uses of Class
software.amazon.awssdk.services.glue.model.IntegrationResourceProperty
-
Packages that use IntegrationResourceProperty Package Description software.amazon.awssdk.services.glue.model -
-
Uses of IntegrationResourceProperty in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type IntegrationResourceProperty Modifier and Type Method Description List<IntegrationResourceProperty>ListIntegrationResourcePropertiesResponse. integrationResourcePropertyList()A list of integration resource property meeting the filter criteria.Methods in software.amazon.awssdk.services.glue.model with parameters of type IntegrationResourceProperty Modifier and Type Method Description ListIntegrationResourcePropertiesResponse.BuilderListIntegrationResourcePropertiesResponse.Builder. integrationResourcePropertyList(IntegrationResourceProperty... integrationResourcePropertyList)A list of integration resource property meeting the filter criteria.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type IntegrationResourceProperty Modifier and Type Method Description ListIntegrationResourcePropertiesResponse.BuilderListIntegrationResourcePropertiesResponse.Builder. integrationResourcePropertyList(Collection<IntegrationResourceProperty> integrationResourcePropertyList)A list of integration resource property meeting the filter criteria.
-