| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
OpsItemRelatedItemSummary |
OpsItemRelatedItemSummary.clone() |
OpsItemRelatedItemSummary |
OpsItemRelatedItemSummary.withAssociationId(String associationId)
The association ID.
|
OpsItemRelatedItemSummary |
OpsItemRelatedItemSummary.withAssociationType(String associationType)
The association type.
|
OpsItemRelatedItemSummary |
OpsItemRelatedItemSummary.withCreatedBy(OpsItemIdentity createdBy) |
OpsItemRelatedItemSummary |
OpsItemRelatedItemSummary.withCreatedTime(Date createdTime)
The time the related-item association was created.
|
OpsItemRelatedItemSummary |
OpsItemRelatedItemSummary.withLastModifiedBy(OpsItemIdentity lastModifiedBy) |
OpsItemRelatedItemSummary |
OpsItemRelatedItemSummary.withLastModifiedTime(Date lastModifiedTime)
The time the related-item association was last updated.
|
OpsItemRelatedItemSummary |
OpsItemRelatedItemSummary.withOpsItemId(String opsItemId)
The OpsItem ID.
|
OpsItemRelatedItemSummary |
OpsItemRelatedItemSummary.withResourceType(String resourceType)
The resource type.
|
OpsItemRelatedItemSummary |
OpsItemRelatedItemSummary.withResourceUri(String resourceUri)
The Amazon Resource Name (ARN) of the related-item resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<OpsItemRelatedItemSummary> |
ListOpsItemRelatedItemsResult.getSummaries()
A list of related-item resources for the specified OpsItem.
|
| Modifier and Type | Method and Description |
|---|---|
ListOpsItemRelatedItemsResult |
ListOpsItemRelatedItemsResult.withSummaries(OpsItemRelatedItemSummary... summaries)
A list of related-item resources for the specified OpsItem.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListOpsItemRelatedItemsResult.setSummaries(Collection<OpsItemRelatedItemSummary> summaries)
A list of related-item resources for the specified OpsItem.
|
ListOpsItemRelatedItemsResult |
ListOpsItemRelatedItemsResult.withSummaries(Collection<OpsItemRelatedItemSummary> summaries)
A list of related-item resources for the specified OpsItem.
|
Copyright © 2023. All rights reserved.