| Package | Description |
|---|---|
| com.amazonaws.services.oam.model |
| Modifier and Type | Method and Description |
|---|---|
ListLinksItem |
ListLinksItem.clone() |
ListLinksItem |
ListLinksItem.withArn(String arn)
The ARN of the link.
|
ListLinksItem |
ListLinksItem.withId(String id)
The random ID string that Amazon Web Services generated as part of the link ARN.
|
ListLinksItem |
ListLinksItem.withLabel(String label)
The label that was assigned to this link at creation, with the variables resolved to their actual values.
|
ListLinksItem |
ListLinksItem.withResourceTypes(Collection<String> resourceTypes)
The resource types supported by this link.
|
ListLinksItem |
ListLinksItem.withResourceTypes(String... resourceTypes)
The resource types supported by this link.
|
ListLinksItem |
ListLinksItem.withSinkArn(String sinkArn)
The ARN of the sink that this link is attached to.
|
| Modifier and Type | Method and Description |
|---|---|
List<ListLinksItem> |
ListLinksResult.getItems()
An array of structures that contain the information about the returned links.
|
| Modifier and Type | Method and Description |
|---|---|
ListLinksResult |
ListLinksResult.withItems(ListLinksItem... items)
An array of structures that contain the information about the returned links.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListLinksResult.setItems(Collection<ListLinksItem> items)
An array of structures that contain the information about the returned links.
|
ListLinksResult |
ListLinksResult.withItems(Collection<ListLinksItem> items)
An array of structures that contain the information about the returned links.
|
Copyright © 2024. All rights reserved.