Uses of Class
software.amazon.awssdk.services.iotwireless.model.ListDeviceProfilesResponse
-
Packages that use ListDeviceProfilesResponse 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 ListDeviceProfilesResponse in software.amazon.awssdk.services.iotwireless
Methods in software.amazon.awssdk.services.iotwireless that return ListDeviceProfilesResponse Modifier and Type Method Description default ListDeviceProfilesResponseIotWirelessClient. listDeviceProfiles(Consumer<ListDeviceProfilesRequest.Builder> listDeviceProfilesRequest)Lists the device profiles registered to your AWS account.default ListDeviceProfilesResponseIotWirelessClient. listDeviceProfiles(ListDeviceProfilesRequest listDeviceProfilesRequest)Lists the device profiles registered to your AWS account.Methods in software.amazon.awssdk.services.iotwireless that return types with arguments of type ListDeviceProfilesResponse Modifier and Type Method Description default CompletableFuture<ListDeviceProfilesResponse>IotWirelessAsyncClient. listDeviceProfiles(Consumer<ListDeviceProfilesRequest.Builder> listDeviceProfilesRequest)Lists the device profiles registered to your AWS account.default CompletableFuture<ListDeviceProfilesResponse>IotWirelessAsyncClient. listDeviceProfiles(ListDeviceProfilesRequest listDeviceProfilesRequest)Lists the device profiles registered to your AWS account. -
Uses of ListDeviceProfilesResponse in software.amazon.awssdk.services.iotwireless.paginators
Methods in software.amazon.awssdk.services.iotwireless.paginators that return types with arguments of type ListDeviceProfilesResponse Modifier and Type Method Description Iterator<ListDeviceProfilesResponse>ListDeviceProfilesIterable. iterator()Method parameters in software.amazon.awssdk.services.iotwireless.paginators with type arguments of type ListDeviceProfilesResponse Modifier and Type Method Description voidListDeviceProfilesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDeviceProfilesResponse> subscriber)
-