| Package | Description |
|---|---|
| com.amazonaws.services.health.model |
| Modifier and Type | Method and Description |
|---|---|
EntityAccountFilter |
EntityAccountFilter.clone() |
EntityAccountFilter |
EntityAccountFilter.withAwsAccountId(String awsAccountId)
The 12-digit Amazon Web Services account numbers that contains the affected entities.
|
EntityAccountFilter |
EntityAccountFilter.withEventArn(String eventArn)
The unique identifier for the event.
|
EntityAccountFilter |
EntityAccountFilter.withStatusCodes(Collection<String> statusCodes)
A list of entity status codes.
|
EntityAccountFilter |
EntityAccountFilter.withStatusCodes(EntityStatusCode... statusCodes)
A list of entity status codes.
|
EntityAccountFilter |
EntityAccountFilter.withStatusCodes(String... statusCodes)
A list of entity status codes.
|
| Modifier and Type | Method and Description |
|---|---|
List<EntityAccountFilter> |
DescribeAffectedEntitiesForOrganizationRequest.getOrganizationEntityAccountFilters()
A JSON set of elements including the
awsAccountId, eventArn and a set of
statusCodes. |
| Modifier and Type | Method and Description |
|---|---|
DescribeAffectedEntitiesForOrganizationRequest |
DescribeAffectedEntitiesForOrganizationRequest.withOrganizationEntityAccountFilters(EntityAccountFilter... organizationEntityAccountFilters)
A JSON set of elements including the
awsAccountId, eventArn and a set of
statusCodes. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAffectedEntitiesForOrganizationRequest.setOrganizationEntityAccountFilters(Collection<EntityAccountFilter> organizationEntityAccountFilters)
A JSON set of elements including the
awsAccountId, eventArn and a set of
statusCodes. |
DescribeAffectedEntitiesForOrganizationRequest |
DescribeAffectedEntitiesForOrganizationRequest.withOrganizationEntityAccountFilters(Collection<EntityAccountFilter> organizationEntityAccountFilters)
A JSON set of elements including the
awsAccountId, eventArn and a set of
statusCodes. |
Copyright © 2023. All rights reserved.