| Package | Description |
|---|---|
| com.amazonaws.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
Namespace |
Namespace.clone() |
Namespace |
GetNamespaceResult.getNamespace()
A complex type that contains information about the specified namespace.
|
Namespace |
Namespace.withArn(String arn)
The Amazon Resource Name (ARN) that Cloud Map assigns to the namespace when you create it.
|
Namespace |
Namespace.withCreateDate(Date createDate)
The date that the namespace was created, in Unix date/time format and Coordinated Universal Time (UTC).
|
Namespace |
Namespace.withCreatorRequestId(String creatorRequestId)
A unique string that identifies the request and that allows failed requests to be retried without the risk of
running an operation twice.
|
Namespace |
Namespace.withDescription(String description)
The description that you specify for the namespace when you create it.
|
Namespace |
Namespace.withId(String id)
The ID of a namespace.
|
Namespace |
Namespace.withName(String name)
The name of the namespace, such as
example.com. |
Namespace |
Namespace.withProperties(NamespaceProperties properties)
A complex type that contains information that's specific to the type of the namespace.
|
Namespace |
Namespace.withServiceCount(Integer serviceCount)
The number of services that are associated with the namespace.
|
Namespace |
Namespace.withType(NamespaceType type)
The type of the namespace.
|
Namespace |
Namespace.withType(String type)
The type of the namespace.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetNamespaceResult.setNamespace(Namespace namespace)
A complex type that contains information about the specified namespace.
|
GetNamespaceResult |
GetNamespaceResult.withNamespace(Namespace namespace)
A complex type that contains information about the specified namespace.
|
Copyright © 2022. All rights reserved.