| Package | Description |
|---|---|
| software.amazon.awssdk.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
static DeliveryStatus |
DeliveryStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DeliveryStatus |
ConfigExportDeliveryInfo.lastStatus()
Status of the last attempted delivery.
|
DeliveryStatus |
ConfigStreamDeliveryInfo.lastStatus()
Status of the last attempted delivery.
|
static DeliveryStatus |
DeliveryStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeliveryStatus[] |
DeliveryStatus.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<DeliveryStatus> |
DeliveryStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ConfigExportDeliveryInfo.Builder |
ConfigExportDeliveryInfo.Builder.lastStatus(DeliveryStatus lastStatus)
Status of the last attempted delivery.
|
ConfigStreamDeliveryInfo.Builder |
ConfigStreamDeliveryInfo.Builder.lastStatus(DeliveryStatus lastStatus)
Status of the last attempted delivery.
|
Copyright © 2023. All rights reserved.