Uses of Class
software.amazon.awssdk.services.health.model.EntityStatusCode
-
Packages that use EntityStatusCode Package Description software.amazon.awssdk.services.health.model -
-
Uses of EntityStatusCode in software.amazon.awssdk.services.health.model
Methods in software.amazon.awssdk.services.health.model that return EntityStatusCode Modifier and Type Method Description static EntityStatusCodeEntityStatusCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EntityStatusCodeAffectedEntity. statusCode()The most recent status of the entity affected by the event.static EntityStatusCodeEntityStatusCode. valueOf(String name)Returns the enum constant of this type with the specified name.static EntityStatusCode[]EntityStatusCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.health.model that return types with arguments of type EntityStatusCode Modifier and Type Method Description static Set<EntityStatusCode>EntityStatusCode. knownValues()List<EntityStatusCode>EntityAccountFilter. statusCodes()A list of entity status codes.List<EntityStatusCode>EntityFilter. statusCodes()A list of entity status codes (IMPAIRED,UNIMPAIRED, orUNKNOWN).Map<EntityStatusCode,Integer>AccountEntityAggregate. statuses()The number of affected entities aggregated by the entity status codes.Map<EntityStatusCode,Integer>EntityAggregate. statuses()The number of affected entities aggregated by the entity status codes.Map<EntityStatusCode,Integer>OrganizationEntityAggregate. statuses()The number of affected entities aggregated by the entitiy status codes.Methods in software.amazon.awssdk.services.health.model with parameters of type EntityStatusCode Modifier and Type Method Description AffectedEntity.BuilderAffectedEntity.Builder. statusCode(EntityStatusCode statusCodeValue)The most recent status of the entity affected by the event.EntityAccountFilter.BuilderEntityAccountFilter.Builder. statusCodes(EntityStatusCode... statusCodes)A list of entity status codes.EntityFilter.BuilderEntityFilter.Builder. statusCodes(EntityStatusCode... statusCodes)A list of entity status codes (IMPAIRED,UNIMPAIRED, orUNKNOWN).Method parameters in software.amazon.awssdk.services.health.model with type arguments of type EntityStatusCode Modifier and Type Method Description EntityAccountFilter.BuilderEntityAccountFilter.Builder. statusCodes(Collection<EntityStatusCode> statusCodes)A list of entity status codes.EntityFilter.BuilderEntityFilter.Builder. statusCodes(Collection<EntityStatusCode> statusCodes)A list of entity status codes (IMPAIRED,UNIMPAIRED, orUNKNOWN).AccountEntityAggregate.BuilderAccountEntityAggregate.Builder. statuses(Map<EntityStatusCode,Integer> statuses)The number of affected entities aggregated by the entity status codes.EntityAggregate.BuilderEntityAggregate.Builder. statuses(Map<EntityStatusCode,Integer> statuses)The number of affected entities aggregated by the entity status codes.OrganizationEntityAggregate.BuilderOrganizationEntityAggregate.Builder. statuses(Map<EntityStatusCode,Integer> statuses)The number of affected entities aggregated by the entitiy status codes.
-