Uses of Class
software.amazon.awssdk.services.servicediscovery.model.ServiceFilter
-
Packages that use ServiceFilter Package Description software.amazon.awssdk.services.servicediscovery.model -
-
Uses of ServiceFilter in software.amazon.awssdk.services.servicediscovery.model
Methods in software.amazon.awssdk.services.servicediscovery.model that return types with arguments of type ServiceFilter Modifier and Type Method Description List<ServiceFilter>ListServicesRequest. filters()A complex type that contains specifications for the namespaces that you want to list services for.Methods in software.amazon.awssdk.services.servicediscovery.model with parameters of type ServiceFilter Modifier and Type Method Description ListServicesRequest.BuilderListServicesRequest.Builder. filters(ServiceFilter... filters)A complex type that contains specifications for the namespaces that you want to list services for.Method parameters in software.amazon.awssdk.services.servicediscovery.model with type arguments of type ServiceFilter Modifier and Type Method Description ListServicesRequest.BuilderListServicesRequest.Builder. filters(Collection<ServiceFilter> filters)A complex type that contains specifications for the namespaces that you want to list services for.
-