Uses of Class
software.amazon.awssdk.services.glue.model.IntegrationResourcePropertyFilter
-
Packages that use IntegrationResourcePropertyFilter Package Description software.amazon.awssdk.services.glue.model -
-
Uses of IntegrationResourcePropertyFilter in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type IntegrationResourcePropertyFilter Modifier and Type Method Description List<IntegrationResourcePropertyFilter>ListIntegrationResourcePropertiesRequest. filters()A list of filters, supported filter Key isSourceArnandTargetArn.Methods in software.amazon.awssdk.services.glue.model with parameters of type IntegrationResourcePropertyFilter Modifier and Type Method Description ListIntegrationResourcePropertiesRequest.BuilderListIntegrationResourcePropertiesRequest.Builder. filters(IntegrationResourcePropertyFilter... filters)A list of filters, supported filter Key isSourceArnandTargetArn.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type IntegrationResourcePropertyFilter Modifier and Type Method Description ListIntegrationResourcePropertiesRequest.BuilderListIntegrationResourcePropertiesRequest.Builder. filters(Collection<IntegrationResourcePropertyFilter> filters)A list of filters, supported filter Key isSourceArnandTargetArn.
-