| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
List<NamespaceSummary> |
ListNamespacesResponse.namespaces()
An array that contains one
NamespaceSummary object for each namespace that matches the specified
filter criteria. |
| Modifier and Type | Method and Description |
|---|---|
ListNamespacesResponse.Builder |
ListNamespacesResponse.Builder.namespaces(NamespaceSummary... namespaces)
An array that contains one
NamespaceSummary object for each namespace that matches the specified
filter criteria. |
| Modifier and Type | Method and Description |
|---|---|
ListNamespacesResponse.Builder |
ListNamespacesResponse.Builder.namespaces(Collection<NamespaceSummary> namespaces)
An array that contains one
NamespaceSummary object for each namespace that matches the specified
filter criteria. |
Copyright © 2021. All rights reserved.