| Package | Description |
|---|---|
| com.amazonaws.services.oam.model |
| Modifier and Type | Method and Description |
|---|---|
ListAttachedLinksItem |
ListAttachedLinksItem.clone() |
ListAttachedLinksItem |
ListAttachedLinksItem.withLabel(String label)
The label that was assigned to this link at creation, with the variables resolved to their actual values.
|
ListAttachedLinksItem |
ListAttachedLinksItem.withLinkArn(String linkArn)
The ARN of the link.
|
ListAttachedLinksItem |
ListAttachedLinksItem.withResourceTypes(Collection<String> resourceTypes)
The resource types supported by this link.
|
ListAttachedLinksItem |
ListAttachedLinksItem.withResourceTypes(String... resourceTypes)
The resource types supported by this link.
|
| Modifier and Type | Method and Description |
|---|---|
List<ListAttachedLinksItem> |
ListAttachedLinksResult.getItems()
An array of structures that contain the information about the attached links.
|
| Modifier and Type | Method and Description |
|---|---|
ListAttachedLinksResult |
ListAttachedLinksResult.withItems(ListAttachedLinksItem... items)
An array of structures that contain the information about the attached links.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAttachedLinksResult.setItems(Collection<ListAttachedLinksItem> items)
An array of structures that contain the information about the attached links.
|
ListAttachedLinksResult |
ListAttachedLinksResult.withItems(Collection<ListAttachedLinksItem> items)
An array of structures that contain the information about the attached links.
|
Copyright © 2025. All rights reserved.