Uses of Class
software.amazon.awssdk.services.amp.model.AlertManagerDefinitionStatus
-
Packages that use AlertManagerDefinitionStatus Package Description software.amazon.awssdk.services.amp.model -
-
Uses of AlertManagerDefinitionStatus in software.amazon.awssdk.services.amp.model
Methods in software.amazon.awssdk.services.amp.model that return AlertManagerDefinitionStatus Modifier and Type Method Description AlertManagerDefinitionStatusAlertManagerDefinitionDescription. status()A structure that displays the current status of the alert manager definition..AlertManagerDefinitionStatusCreateAlertManagerDefinitionResponse. status()A structure that displays the current status of the alert manager definition.AlertManagerDefinitionStatusPutAlertManagerDefinitionResponse. status()A structure that returns the current status of the alert manager definition.Methods in software.amazon.awssdk.services.amp.model with parameters of type AlertManagerDefinitionStatus Modifier and Type Method Description AlertManagerDefinitionDescription.BuilderAlertManagerDefinitionDescription.Builder. status(AlertManagerDefinitionStatus status)A structure that displays the current status of the alert manager definition..CreateAlertManagerDefinitionResponse.BuilderCreateAlertManagerDefinitionResponse.Builder. status(AlertManagerDefinitionStatus status)A structure that displays the current status of the alert manager definition.PutAlertManagerDefinitionResponse.BuilderPutAlertManagerDefinitionResponse.Builder. status(AlertManagerDefinitionStatus status)A structure that returns the current status of the alert manager definition.
-