| Package | Description |
|---|---|
| software.amazon.awssdk.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
static TopicStatus |
TopicStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TopicStatus |
EventTopic.status()
The topic registration status.
|
static TopicStatus |
TopicStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TopicStatus[] |
TopicStatus.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<TopicStatus> |
TopicStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
EventTopic.Builder |
EventTopic.Builder.status(TopicStatus status)
The topic registration status.
|
Copyright © 2019. All rights reserved.