Uses of Class
software.amazon.awssdk.services.iotwireless.model.ListDestinationsResponse
-
Packages that use ListDestinationsResponse 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 -
-
Uses of ListDestinationsResponse in software.amazon.awssdk.services.iotwireless
Methods in software.amazon.awssdk.services.iotwireless that return ListDestinationsResponse Modifier and Type Method Description default ListDestinationsResponseIotWirelessClient. listDestinations(Consumer<ListDestinationsRequest.Builder> listDestinationsRequest)Lists the destinations registered to your AWS account.default ListDestinationsResponseIotWirelessClient. listDestinations(ListDestinationsRequest listDestinationsRequest)Lists the destinations registered to your AWS account.Methods in software.amazon.awssdk.services.iotwireless that return types with arguments of type ListDestinationsResponse Modifier and Type Method Description default CompletableFuture<ListDestinationsResponse>IotWirelessAsyncClient. listDestinations(Consumer<ListDestinationsRequest.Builder> listDestinationsRequest)Lists the destinations registered to your AWS account.default CompletableFuture<ListDestinationsResponse>IotWirelessAsyncClient. listDestinations(ListDestinationsRequest listDestinationsRequest)Lists the destinations registered to your AWS account. -
Uses of ListDestinationsResponse in software.amazon.awssdk.services.iotwireless.paginators
Methods in software.amazon.awssdk.services.iotwireless.paginators that return types with arguments of type ListDestinationsResponse Modifier and Type Method Description Iterator<ListDestinationsResponse>ListDestinationsIterable. iterator()Method parameters in software.amazon.awssdk.services.iotwireless.paginators with type arguments of type ListDestinationsResponse Modifier and Type Method Description voidListDestinationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDestinationsResponse> subscriber)
-