| Package | Description |
|---|---|
| com.amazonaws.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
NamespaceSummary |
NamespaceSummary.clone() |
NamespaceSummary |
NamespaceSummary.withArn(String arn)
The Amazon Resource Name (ARN) that AWS Cloud Map assigns to the namespace when you create it.
|
NamespaceSummary |
NamespaceSummary.withCreateDate(Date createDate)
The date and time that the namespace was created.
|
NamespaceSummary |
NamespaceSummary.withDescription(String description)
A description for the namespace.
|
NamespaceSummary |
NamespaceSummary.withId(String id)
The ID of the namespace.
|
NamespaceSummary |
NamespaceSummary.withName(String name)
The name of the namespace.
|
NamespaceSummary |
NamespaceSummary.withProperties(NamespaceProperties properties) |
NamespaceSummary |
NamespaceSummary.withServiceCount(Integer serviceCount)
The number of services that were created using the namespace.
|
NamespaceSummary |
NamespaceSummary.withType(NamespaceType type)
The type of the namespace, either public or private.
|
NamespaceSummary |
NamespaceSummary.withType(String type)
The type of the namespace, either public or private.
|
| Modifier and Type | Method and Description |
|---|---|
List<NamespaceSummary> |
ListNamespacesResult.getNamespaces()
An array that contains one
NamespaceSummary object for each namespace that matches the specified
filter criteria. |
| Modifier and Type | Method and Description |
|---|---|
ListNamespacesResult |
ListNamespacesResult.withNamespaces(NamespaceSummary... namespaces)
An array that contains one
NamespaceSummary object for each namespace that matches the specified
filter criteria. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListNamespacesResult.setNamespaces(Collection<NamespaceSummary> namespaces)
An array that contains one
NamespaceSummary object for each namespace that matches the specified
filter criteria. |
ListNamespacesResult |
ListNamespacesResult.withNamespaces(Collection<NamespaceSummary> namespaces)
An array that contains one
NamespaceSummary object for each namespace that matches the specified
filter criteria. |
Copyright © 2020. All rights reserved.