Uses of Class
software.amazon.awssdk.services.servicediscovery.model.NamespaceSummary
-
Packages that use NamespaceSummary Package Description software.amazon.awssdk.services.servicediscovery.model -
-
Uses of NamespaceSummary in software.amazon.awssdk.services.servicediscovery.model
Methods in software.amazon.awssdk.services.servicediscovery.model that return types with arguments of type NamespaceSummary Modifier and Type Method Description List<NamespaceSummary>ListNamespacesResponse. namespaces()An array that contains oneNamespaceSummaryobject for each namespace that matches the specified filter criteria.Methods in software.amazon.awssdk.services.servicediscovery.model with parameters of type NamespaceSummary Modifier and Type Method Description ListNamespacesResponse.BuilderListNamespacesResponse.Builder. namespaces(NamespaceSummary... namespaces)An array that contains oneNamespaceSummaryobject for each namespace that matches the specified filter criteria.Method parameters in software.amazon.awssdk.services.servicediscovery.model with type arguments of type NamespaceSummary Modifier and Type Method Description ListNamespacesResponse.BuilderListNamespacesResponse.Builder. namespaces(Collection<NamespaceSummary> namespaces)An array that contains oneNamespaceSummaryobject for each namespace that matches the specified filter criteria.
-