Uses of Class
software.amazon.awssdk.services.iotwireless.model.ListDeviceProfilesRequest
-
Packages that use ListDeviceProfilesRequest 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 ListDeviceProfilesRequest in software.amazon.awssdk.services.iotwireless
Methods in software.amazon.awssdk.services.iotwireless with parameters of type ListDeviceProfilesRequest Modifier and Type Method Description default CompletableFuture<ListDeviceProfilesResponse>IotWirelessAsyncClient. listDeviceProfiles(ListDeviceProfilesRequest listDeviceProfilesRequest)Lists the device profiles registered to your AWS account.default ListDeviceProfilesResponseIotWirelessClient. listDeviceProfiles(ListDeviceProfilesRequest listDeviceProfilesRequest)Lists the device profiles registered to your AWS account.default ListDeviceProfilesPublisherIotWirelessAsyncClient. listDeviceProfilesPaginator(ListDeviceProfilesRequest listDeviceProfilesRequest)Lists the device profiles registered to your AWS account.default ListDeviceProfilesIterableIotWirelessClient. listDeviceProfilesPaginator(ListDeviceProfilesRequest listDeviceProfilesRequest)Lists the device profiles registered to your AWS account. -
Uses of ListDeviceProfilesRequest in software.amazon.awssdk.services.iotwireless.paginators
Constructors in software.amazon.awssdk.services.iotwireless.paginators with parameters of type ListDeviceProfilesRequest Constructor Description ListDeviceProfilesIterable(IotWirelessClient client, ListDeviceProfilesRequest firstRequest)ListDeviceProfilesPublisher(IotWirelessAsyncClient client, ListDeviceProfilesRequest firstRequest) -
Uses of ListDeviceProfilesRequest in software.amazon.awssdk.services.iotwireless.transform
Methods in software.amazon.awssdk.services.iotwireless.transform with parameters of type ListDeviceProfilesRequest Modifier and Type Method Description SdkHttpFullRequestListDeviceProfilesRequestMarshaller. marshall(ListDeviceProfilesRequest listDeviceProfilesRequest)
-