| Package | Description |
|---|---|
| software.amazon.awssdk.services.backupgateway.model |
| Modifier and Type | Method and Description |
|---|---|
static SyncMetadataStatus |
SyncMetadataStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SyncMetadataStatus |
HypervisorDetails.latestMetadataSyncStatus()
This is the most recent status for the indicated metadata sync.
|
static SyncMetadataStatus |
SyncMetadataStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SyncMetadataStatus[] |
SyncMetadataStatus.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<SyncMetadataStatus> |
SyncMetadataStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
HypervisorDetails.Builder |
HypervisorDetails.Builder.latestMetadataSyncStatus(SyncMetadataStatus latestMetadataSyncStatus)
This is the most recent status for the indicated metadata sync.
|
Copyright © 2023. All rights reserved.