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