| Package | Description |
|---|---|
| com.amazonaws.services.health.model |
| Modifier and Type | Method and Description |
|---|---|
OrganizationAffectedEntitiesErrorItem |
OrganizationAffectedEntitiesErrorItem.clone() |
OrganizationAffectedEntitiesErrorItem |
OrganizationAffectedEntitiesErrorItem.withAwsAccountId(String awsAccountId)
The 12-digit Amazon Web Services account numbers that contains the affected entities.
|
OrganizationAffectedEntitiesErrorItem |
OrganizationAffectedEntitiesErrorItem.withErrorMessage(String errorMessage)
The unique identifier for the event type.
|
OrganizationAffectedEntitiesErrorItem |
OrganizationAffectedEntitiesErrorItem.withErrorName(String errorName)
The name of the error.
|
OrganizationAffectedEntitiesErrorItem |
OrganizationAffectedEntitiesErrorItem.withEventArn(String eventArn)
The unique identifier for the event.
|
| Modifier and Type | Method and Description |
|---|---|
List<OrganizationAffectedEntitiesErrorItem> |
DescribeAffectedEntitiesForOrganizationResult.getFailedSet()
A JSON set of elements of the failed response, including the
awsAccountId, errorMessage, errorName, and eventArn. |
| Modifier and Type | Method and Description |
|---|---|
DescribeAffectedEntitiesForOrganizationResult |
DescribeAffectedEntitiesForOrganizationResult.withFailedSet(OrganizationAffectedEntitiesErrorItem... failedSet)
A JSON set of elements of the failed response, including the
awsAccountId, errorMessage, errorName, and eventArn. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAffectedEntitiesForOrganizationResult.setFailedSet(Collection<OrganizationAffectedEntitiesErrorItem> failedSet)
A JSON set of elements of the failed response, including the
awsAccountId, errorMessage, errorName, and eventArn. |
DescribeAffectedEntitiesForOrganizationResult |
DescribeAffectedEntitiesForOrganizationResult.withFailedSet(Collection<OrganizationAffectedEntitiesErrorItem> failedSet)
A JSON set of elements of the failed response, including the
awsAccountId, errorMessage, errorName, and eventArn. |
Copyright © 2023. All rights reserved.