Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement.model |
Modifier and Type | Method and Description |
---|---|
OpsItemIdentity |
OpsItemIdentity.clone() |
OpsItemIdentity |
OpsItemRelatedItemSummary.getCreatedBy() |
OpsItemIdentity |
OpsItemEventSummary.getCreatedBy()
Information about the user or resource that created the OpsItem event.
|
OpsItemIdentity |
OpsItemRelatedItemSummary.getLastModifiedBy() |
OpsItemIdentity |
OpsItemIdentity.withArn(String arn)
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem event.
|
Modifier and Type | Method and Description |
---|---|
void |
OpsItemRelatedItemSummary.setCreatedBy(OpsItemIdentity createdBy) |
void |
OpsItemEventSummary.setCreatedBy(OpsItemIdentity createdBy)
Information about the user or resource that created the OpsItem event.
|
void |
OpsItemRelatedItemSummary.setLastModifiedBy(OpsItemIdentity lastModifiedBy) |
OpsItemRelatedItemSummary |
OpsItemRelatedItemSummary.withCreatedBy(OpsItemIdentity createdBy) |
OpsItemEventSummary |
OpsItemEventSummary.withCreatedBy(OpsItemIdentity createdBy)
Information about the user or resource that created the OpsItem event.
|
OpsItemRelatedItemSummary |
OpsItemRelatedItemSummary.withLastModifiedBy(OpsItemIdentity lastModifiedBy) |
Copyright © 2022. All rights reserved.