| Package | Description |
|---|---|
| com.amazonaws.services.prometheus.model |
| Modifier and Type | Method and Description |
|---|---|
LoggingConfigurationStatus |
LoggingConfigurationStatus.clone() |
LoggingConfigurationStatus |
LoggingConfigurationMetadata.getStatus()
The status of the logging configuration.
|
LoggingConfigurationStatus |
CreateLoggingConfigurationResult.getStatus()
The status of the logging configuration.
|
LoggingConfigurationStatus |
UpdateLoggingConfigurationResult.getStatus()
The status of the logging configuration.
|
LoggingConfigurationStatus |
LoggingConfigurationStatus.withStatusCode(LoggingConfigurationStatusCode statusCode)
Status code of the logging configuration.
|
LoggingConfigurationStatus |
LoggingConfigurationStatus.withStatusCode(String statusCode)
Status code of the logging configuration.
|
LoggingConfigurationStatus |
LoggingConfigurationStatus.withStatusReason(String statusReason)
The reason for failure if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoggingConfigurationMetadata.setStatus(LoggingConfigurationStatus status)
The status of the logging configuration.
|
void |
CreateLoggingConfigurationResult.setStatus(LoggingConfigurationStatus status)
The status of the logging configuration.
|
void |
UpdateLoggingConfigurationResult.setStatus(LoggingConfigurationStatus status)
The status of the logging configuration.
|
LoggingConfigurationMetadata |
LoggingConfigurationMetadata.withStatus(LoggingConfigurationStatus status)
The status of the logging configuration.
|
CreateLoggingConfigurationResult |
CreateLoggingConfigurationResult.withStatus(LoggingConfigurationStatus status)
The status of the logging configuration.
|
UpdateLoggingConfigurationResult |
UpdateLoggingConfigurationResult.withStatus(LoggingConfigurationStatus status)
The status of the logging configuration.
|
Copyright © 2024. All rights reserved.