Uses of Class
software.amazon.awssdk.services.health.model.EventScopeCode
-
Packages that use EventScopeCode Package Description software.amazon.awssdk.services.health.model -
-
Uses of EventScopeCode in software.amazon.awssdk.services.health.model
Methods in software.amazon.awssdk.services.health.model that return EventScopeCode Modifier and Type Method Description EventScopeCodeDescribeAffectedAccountsForOrganizationResponse. eventScopeCode()This parameter specifies if the Health event is a public Amazon Web Services service event or an account-specific event.EventScopeCodeEvent. eventScopeCode()This parameter specifies if the Health event is a public Amazon Web Services service event or an account-specific event.EventScopeCodeOrganizationEvent. eventScopeCode()This parameter specifies if the Health event is a public Amazon Web Services service event or an account-specific event.static EventScopeCodeEventScopeCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EventScopeCodeEventScopeCode. valueOf(String name)Returns the enum constant of this type with the specified name.static EventScopeCode[]EventScopeCode. 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 EventScopeCode Modifier and Type Method Description static Set<EventScopeCode>EventScopeCode. knownValues()Methods in software.amazon.awssdk.services.health.model with parameters of type EventScopeCode Modifier and Type Method Description DescribeAffectedAccountsForOrganizationResponse.BuilderDescribeAffectedAccountsForOrganizationResponse.Builder. eventScopeCode(EventScopeCode eventScopeCode)This parameter specifies if the Health event is a public Amazon Web Services service event or an account-specific event.Event.BuilderEvent.Builder. eventScopeCode(EventScopeCode eventScopeCode)This parameter specifies if the Health event is a public Amazon Web Services service event or an account-specific event.OrganizationEvent.BuilderOrganizationEvent.Builder. eventScopeCode(EventScopeCode eventScopeCode)This parameter specifies if the Health event is a public Amazon Web Services service event or an account-specific event.
-