Uses of Class
software.amazon.awssdk.services.iotwireless.model.Destinations
-
Packages that use Destinations Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of Destinations in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type Destinations Modifier and Type Method Description List<Destinations>ListDestinationsResponse. destinationList()The list of destinations.Methods in software.amazon.awssdk.services.iotwireless.model with parameters of type Destinations Modifier and Type Method Description ListDestinationsResponse.BuilderListDestinationsResponse.Builder. destinationList(Destinations... destinationList)The list of destinations.Method parameters in software.amazon.awssdk.services.iotwireless.model with type arguments of type Destinations Modifier and Type Method Description ListDestinationsResponse.BuilderListDestinationsResponse.Builder. destinationList(Collection<Destinations> destinationList)The list of destinations.
-