| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
static NamespaceType |
NamespaceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
NamespaceType |
Namespace.type()
The type of the namespace.
|
NamespaceType |
NamespaceSummary.type()
The type of the namespace, either public or private.
|
static NamespaceType |
NamespaceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NamespaceType[] |
NamespaceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<NamespaceType> |
NamespaceType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Namespace.Builder |
Namespace.Builder.type(NamespaceType type)
The type of the namespace.
|
NamespaceSummary.Builder |
NamespaceSummary.Builder.type(NamespaceType type)
The type of the namespace, either public or private.
|
Copyright © 2023. All rights reserved.