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