Uses of Class
software.amazon.awssdk.services.iotwireless.model.ListDestinationsRequest
-
Packages that use ListDestinationsRequest Package Description software.amazon.awssdk.services.iotwireless AWS IoT Wireless provides bi-directional communication between internet-connected wireless devices and the AWS Cloud.software.amazon.awssdk.services.iotwireless.paginators software.amazon.awssdk.services.iotwireless.transform -
-
Uses of ListDestinationsRequest in software.amazon.awssdk.services.iotwireless
Methods in software.amazon.awssdk.services.iotwireless with parameters of type ListDestinationsRequest Modifier and Type Method Description default CompletableFuture<ListDestinationsResponse>IotWirelessAsyncClient. listDestinations(ListDestinationsRequest listDestinationsRequest)Lists the destinations registered to your AWS account.default ListDestinationsResponseIotWirelessClient. listDestinations(ListDestinationsRequest listDestinationsRequest)Lists the destinations registered to your AWS account.default ListDestinationsPublisherIotWirelessAsyncClient. listDestinationsPaginator(ListDestinationsRequest listDestinationsRequest)Lists the destinations registered to your AWS account.default ListDestinationsIterableIotWirelessClient. listDestinationsPaginator(ListDestinationsRequest listDestinationsRequest)Lists the destinations registered to your AWS account. -
Uses of ListDestinationsRequest in software.amazon.awssdk.services.iotwireless.paginators
Constructors in software.amazon.awssdk.services.iotwireless.paginators with parameters of type ListDestinationsRequest Constructor Description ListDestinationsIterable(IotWirelessClient client, ListDestinationsRequest firstRequest)ListDestinationsPublisher(IotWirelessAsyncClient client, ListDestinationsRequest firstRequest) -
Uses of ListDestinationsRequest in software.amazon.awssdk.services.iotwireless.transform
Methods in software.amazon.awssdk.services.iotwireless.transform with parameters of type ListDestinationsRequest Modifier and Type Method Description SdkHttpFullRequestListDestinationsRequestMarshaller. marshall(ListDestinationsRequest listDestinationsRequest)
-