| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
static ListDestinationsResponse.Builder |
ListDestinationsResponse.builder() |
ListDestinationsResponse.Builder |
ListDestinationsResponse.Builder.destinationList(Collection<Destinations> destinationList)
The list of destinations.
|
ListDestinationsResponse.Builder |
ListDestinationsResponse.Builder.destinationList(Consumer<Destinations.Builder>... destinationList)
The list of destinations.
|
ListDestinationsResponse.Builder |
ListDestinationsResponse.Builder.destinationList(Destinations... destinationList)
The list of destinations.
|
ListDestinationsResponse.Builder |
ListDestinationsResponse.Builder.nextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
|
ListDestinationsResponse.Builder |
ListDestinationsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDestinationsResponse.Builder> |
ListDestinationsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.