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