| Package | Description |
|---|---|
| software.amazon.awssdk.services.internetmonitor.model |
| Modifier and Type | Method and Description |
|---|---|
static LogDeliveryStatus |
LogDeliveryStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LogDeliveryStatus |
S3Config.logDeliveryStatus()
The status of publishing Internet Monitor internet measurements to an Amazon S3 bucket.
|
static LogDeliveryStatus |
LogDeliveryStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogDeliveryStatus[] |
LogDeliveryStatus.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<LogDeliveryStatus> |
LogDeliveryStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
S3Config.Builder |
S3Config.Builder.logDeliveryStatus(LogDeliveryStatus logDeliveryStatus)
The status of publishing Internet Monitor internet measurements to an Amazon S3 bucket.
|
Copyright © 2023. All rights reserved.