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