| Package | Description |
|---|---|
| com.amazonaws.services.oam.model |
| Modifier and Type | Method and Description |
|---|---|
ListSinksItem |
ListSinksItem.clone() |
ListSinksItem |
ListSinksItem.withArn(String arn)
The ARN of the sink.
|
ListSinksItem |
ListSinksItem.withId(String id)
The random ID string that Amazon Web Services generated as part of the sink ARN.
|
ListSinksItem |
ListSinksItem.withName(String name)
The name of the sink.
|
| Modifier and Type | Method and Description |
|---|---|
List<ListSinksItem> |
ListSinksResult.getItems()
An array of structures that contain the information about the returned sinks.
|
| Modifier and Type | Method and Description |
|---|---|
ListSinksResult |
ListSinksResult.withItems(ListSinksItem... items)
An array of structures that contain the information about the returned sinks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSinksResult.setItems(Collection<ListSinksItem> items)
An array of structures that contain the information about the returned sinks.
|
ListSinksResult |
ListSinksResult.withItems(Collection<ListSinksItem> items)
An array of structures that contain the information about the returned sinks.
|
Copyright © 2023. All rights reserved.