| Package | Description |
|---|---|
| com.amazonaws.services.health.model |
| Modifier and Type | Method and Description |
|---|---|
AffectedEntity |
AffectedEntity.addTagsEntry(String key,
String value)
Add a single Tags entry
|
AffectedEntity |
AffectedEntity.clearTagsEntries()
Removes all the entries added into Tags.
|
AffectedEntity |
AffectedEntity.clone() |
AffectedEntity |
AffectedEntity.withAwsAccountId(String awsAccountId)
The 12-digit Amazon Web Services account number that contains the affected entity.
|
AffectedEntity |
AffectedEntity.withEntityArn(String entityArn)
The unique identifier for the entity.
|
AffectedEntity |
AffectedEntity.withEntityUrl(String entityUrl)
The URL of the affected entity.
|
AffectedEntity |
AffectedEntity.withEntityValue(String entityValue)
The ID of the affected entity.
|
AffectedEntity |
AffectedEntity.withEventArn(String eventArn)
The unique identifier for the event.
|
AffectedEntity |
AffectedEntity.withLastUpdatedTime(Date lastUpdatedTime)
The most recent time that the entity was updated.
|
AffectedEntity |
AffectedEntity.withStatusCode(EntityStatusCode statusCode)
The most recent status of the entity affected by the event.
|
AffectedEntity |
AffectedEntity.withStatusCode(String statusCode)
The most recent status of the entity affected by the event.
|
AffectedEntity |
AffectedEntity.withTags(Map<String,String> tags)
A map of entity tags attached to the affected entity.
|
| Modifier and Type | Method and Description |
|---|---|
List<AffectedEntity> |
DescribeAffectedEntitiesForOrganizationResult.getEntities()
A JSON set of elements including the
awsAccountId and its entityArn,
entityValue and its entityArn, lastUpdatedTime, and
statusCode. |
List<AffectedEntity> |
DescribeAffectedEntitiesResult.getEntities()
The entities that match the filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAffectedEntitiesForOrganizationResult |
DescribeAffectedEntitiesForOrganizationResult.withEntities(AffectedEntity... entities)
A JSON set of elements including the
awsAccountId and its entityArn,
entityValue and its entityArn, lastUpdatedTime, and
statusCode. |
DescribeAffectedEntitiesResult |
DescribeAffectedEntitiesResult.withEntities(AffectedEntity... entities)
The entities that match the filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAffectedEntitiesForOrganizationResult.setEntities(Collection<AffectedEntity> entities)
A JSON set of elements including the
awsAccountId and its entityArn,
entityValue and its entityArn, lastUpdatedTime, and
statusCode. |
void |
DescribeAffectedEntitiesResult.setEntities(Collection<AffectedEntity> entities)
The entities that match the filter criteria.
|
DescribeAffectedEntitiesForOrganizationResult |
DescribeAffectedEntitiesForOrganizationResult.withEntities(Collection<AffectedEntity> entities)
A JSON set of elements including the
awsAccountId and its entityArn,
entityValue and its entityArn, lastUpdatedTime, and
statusCode. |
DescribeAffectedEntitiesResult |
DescribeAffectedEntitiesResult.withEntities(Collection<AffectedEntity> entities)
The entities that match the filter criteria.
|
Copyright © 2025. All rights reserved.