| Package | Description |
|---|---|
| com.amazonaws.services.health.model |
| Modifier and Type | Method and Description |
|---|---|
EventAccountFilter |
EventAccountFilter.clone() |
EventAccountFilter |
EventAccountFilter.withAwsAccountId(String awsAccountId)
The 12-digit AWS account numbers that contains the affected entities.
|
EventAccountFilter |
EventAccountFilter.withEventArn(String eventArn)
The unique identifier for the event.
|
| Modifier and Type | Method and Description |
|---|---|
List<EventAccountFilter> |
DescribeAffectedEntitiesForOrganizationRequest.getOrganizationEntityFilters()
A JSON set of elements including the
awsAccountId and the eventArn. |
List<EventAccountFilter> |
DescribeEventDetailsForOrganizationRequest.getOrganizationEventDetailFilters()
A set of JSON elements that includes the
awsAccountId and the eventArn. |
| Modifier and Type | Method and Description |
|---|---|
DescribeAffectedEntitiesForOrganizationRequest |
DescribeAffectedEntitiesForOrganizationRequest.withOrganizationEntityFilters(EventAccountFilter... organizationEntityFilters)
A JSON set of elements including the
awsAccountId and the eventArn. |
DescribeEventDetailsForOrganizationRequest |
DescribeEventDetailsForOrganizationRequest.withOrganizationEventDetailFilters(EventAccountFilter... organizationEventDetailFilters)
A set of JSON elements that includes the
awsAccountId and the eventArn. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAffectedEntitiesForOrganizationRequest.setOrganizationEntityFilters(Collection<EventAccountFilter> organizationEntityFilters)
A JSON set of elements including the
awsAccountId and the eventArn. |
void |
DescribeEventDetailsForOrganizationRequest.setOrganizationEventDetailFilters(Collection<EventAccountFilter> organizationEventDetailFilters)
A set of JSON elements that includes the
awsAccountId and the eventArn. |
DescribeAffectedEntitiesForOrganizationRequest |
DescribeAffectedEntitiesForOrganizationRequest.withOrganizationEntityFilters(Collection<EventAccountFilter> organizationEntityFilters)
A JSON set of elements including the
awsAccountId and the eventArn. |
DescribeEventDetailsForOrganizationRequest |
DescribeEventDetailsForOrganizationRequest.withOrganizationEventDetailFilters(Collection<EventAccountFilter> organizationEventDetailFilters)
A set of JSON elements that includes the
awsAccountId and the eventArn. |
Copyright © 2019. All rights reserved.