Uses of Class
software.amazon.awssdk.services.apprunner.model.ServiceStatus
-
Packages that use ServiceStatus Package Description software.amazon.awssdk.services.apprunner.model -
-
Uses of ServiceStatus in software.amazon.awssdk.services.apprunner.model
Methods in software.amazon.awssdk.services.apprunner.model that return ServiceStatus Modifier and Type Method Description static ServiceStatusServiceStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ServiceStatusService. status()The current state of the App Runner service.ServiceStatusServiceSummary. status()The current state of the App Runner service.static ServiceStatusServiceStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceStatus[]ServiceStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.apprunner.model that return types with arguments of type ServiceStatus Modifier and Type Method Description static Set<ServiceStatus>ServiceStatus. knownValues()Methods in software.amazon.awssdk.services.apprunner.model with parameters of type ServiceStatus Modifier and Type Method Description Service.BuilderService.Builder. status(ServiceStatus status)The current state of the App Runner service.ServiceSummary.BuilderServiceSummary.Builder. status(ServiceStatus status)The current state of the App Runner service.
-