| Package | Description |
|---|---|
| com.amazonaws.services.prometheus.model |
| Modifier and Type | Method and Description |
|---|---|
AlertManagerDefinitionStatus |
AlertManagerDefinitionStatus.clone() |
AlertManagerDefinitionStatus |
AlertManagerDefinitionDescription.getStatus()
A structure that displays the current status of the alert manager definition..
|
AlertManagerDefinitionStatus |
PutAlertManagerDefinitionResult.getStatus()
A structure that returns the current status of the alert manager definition.
|
AlertManagerDefinitionStatus |
CreateAlertManagerDefinitionResult.getStatus()
A structure that displays the current status of the alert manager definition.
|
AlertManagerDefinitionStatus |
AlertManagerDefinitionStatus.withStatusCode(AlertManagerDefinitionStatusCode statusCode)
The current status of the alert manager.
|
AlertManagerDefinitionStatus |
AlertManagerDefinitionStatus.withStatusCode(String statusCode)
The current status of the alert manager.
|
AlertManagerDefinitionStatus |
AlertManagerDefinitionStatus.withStatusReason(String statusReason)
If there is a failure, the reason for the failure.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AlertManagerDefinitionDescription.setStatus(AlertManagerDefinitionStatus status)
A structure that displays the current status of the alert manager definition..
|
void |
PutAlertManagerDefinitionResult.setStatus(AlertManagerDefinitionStatus status)
A structure that returns the current status of the alert manager definition.
|
void |
CreateAlertManagerDefinitionResult.setStatus(AlertManagerDefinitionStatus status)
A structure that displays the current status of the alert manager definition.
|
AlertManagerDefinitionDescription |
AlertManagerDefinitionDescription.withStatus(AlertManagerDefinitionStatus status)
A structure that displays the current status of the alert manager definition..
|
PutAlertManagerDefinitionResult |
PutAlertManagerDefinitionResult.withStatus(AlertManagerDefinitionStatus status)
A structure that returns the current status of the alert manager definition.
|
CreateAlertManagerDefinitionResult |
CreateAlertManagerDefinitionResult.withStatus(AlertManagerDefinitionStatus status)
A structure that displays the current status of the alert manager definition.
|
Copyright © 2024. All rights reserved.