| Package | Description |
|---|---|
| software.amazon.awssdk.services.health.model |
| Modifier and Type | Method and Description |
|---|---|
EventScopeCode |
DescribeAffectedAccountsForOrganizationResponse.eventScopeCode()
This parameter specifies if the Health event is a public Amazon Web Service event or an account-specific event.
|
EventScopeCode |
Event.eventScopeCode()
This parameter specifies if the Health event is a public Amazon Web Service event or an account-specific event.
|
EventScopeCode |
OrganizationEvent.eventScopeCode()
This parameter specifies if the Health event is a public Amazon Web Service event or an account-specific event.
|
static EventScopeCode |
EventScopeCode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static EventScopeCode |
EventScopeCode.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<EventScopeCode> |
EventScopeCode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAffectedAccountsForOrganizationResponse.Builder |
DescribeAffectedAccountsForOrganizationResponse.Builder.eventScopeCode(EventScopeCode eventScopeCode)
This parameter specifies if the Health event is a public Amazon Web Service event or an account-specific
event.
|
Event.Builder |
Event.Builder.eventScopeCode(EventScopeCode eventScopeCode)
This parameter specifies if the Health event is a public Amazon Web Service event or an account-specific
event.
|
OrganizationEvent.Builder |
OrganizationEvent.Builder.eventScopeCode(EventScopeCode eventScopeCode)
This parameter specifies if the Health event is a public Amazon Web Service event or an account-specific
event.
|
Copyright © 2023. All rights reserved.