| Package | Description |
|---|---|
| com.amazonaws.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
ListenerSummary |
ListenerSummary.clone() |
ListenerSummary |
ListenerSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the listener.
|
ListenerSummary |
ListenerSummary.withCreatedAt(Date createdAt)
The date and time that the listener was created, specified in ISO-8601 format.
|
ListenerSummary |
ListenerSummary.withId(String id)
The ID of the listener.
|
ListenerSummary |
ListenerSummary.withLastUpdatedAt(Date lastUpdatedAt)
The date and time that the listener was last updated, specified in ISO-8601 format.
|
ListenerSummary |
ListenerSummary.withName(String name)
The name of the listener.
|
ListenerSummary |
ListenerSummary.withPort(Integer port)
The listener port.
|
ListenerSummary |
ListenerSummary.withProtocol(ListenerProtocol protocol)
The listener protocol.
|
ListenerSummary |
ListenerSummary.withProtocol(String protocol)
The listener protocol.
|
| Modifier and Type | Method and Description |
|---|---|
List<ListenerSummary> |
ListListenersResult.getItems()
Information about the listeners.
|
| Modifier and Type | Method and Description |
|---|---|
ListListenersResult |
ListListenersResult.withItems(ListenerSummary... items)
Information about the listeners.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListListenersResult.setItems(Collection<ListenerSummary> items)
Information about the listeners.
|
ListListenersResult |
ListListenersResult.withItems(Collection<ListenerSummary> items)
Information about the listeners.
|
Copyright © 2023. All rights reserved.