Uses of Interface
software.amazon.awssdk.services.iotwireless.model.ListDestinationsResponse.Builder
-
Packages that use ListDestinationsResponse.Builder Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of ListDestinationsResponse.Builder in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return ListDestinationsResponse.Builder Modifier and Type Method Description static ListDestinationsResponse.BuilderListDestinationsResponse. builder()ListDestinationsResponse.BuilderListDestinationsResponse.Builder. destinationList(Collection<Destinations> destinationList)The list of destinations.ListDestinationsResponse.BuilderListDestinationsResponse.Builder. destinationList(Consumer<Destinations.Builder>... destinationList)The list of destinations.ListDestinationsResponse.BuilderListDestinationsResponse.Builder. destinationList(Destinations... destinationList)The list of destinations.ListDestinationsResponse.BuilderListDestinationsResponse.Builder. nextToken(String nextToken)The token to use to get the next set of results, or null if there are no additional results.ListDestinationsResponse.BuilderListDestinationsResponse. toBuilder()Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type ListDestinationsResponse.Builder Modifier and Type Method Description static Class<? extends ListDestinationsResponse.Builder>ListDestinationsResponse. serializableBuilderClass()
-