Uses of Interface
software.amazon.awssdk.services.iotwireless.model.ListDeviceProfilesRequest.Builder
-
Packages that use ListDeviceProfilesRequest.Builder 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.model -
-
Uses of ListDeviceProfilesRequest.Builder in software.amazon.awssdk.services.iotwireless
Method parameters in software.amazon.awssdk.services.iotwireless with type arguments of type ListDeviceProfilesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListDeviceProfilesResponse>IotWirelessAsyncClient. listDeviceProfiles(Consumer<ListDeviceProfilesRequest.Builder> listDeviceProfilesRequest)Lists the device profiles registered to your AWS account.default ListDeviceProfilesResponseIotWirelessClient. listDeviceProfiles(Consumer<ListDeviceProfilesRequest.Builder> listDeviceProfilesRequest)Lists the device profiles registered to your AWS account.default ListDeviceProfilesPublisherIotWirelessAsyncClient. listDeviceProfilesPaginator(Consumer<ListDeviceProfilesRequest.Builder> listDeviceProfilesRequest)Lists the device profiles registered to your AWS account.default ListDeviceProfilesIterableIotWirelessClient. listDeviceProfilesPaginator(Consumer<ListDeviceProfilesRequest.Builder> listDeviceProfilesRequest)Lists the device profiles registered to your AWS account. -
Uses of ListDeviceProfilesRequest.Builder in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return ListDeviceProfilesRequest.Builder Modifier and Type Method Description static ListDeviceProfilesRequest.BuilderListDeviceProfilesRequest. builder()ListDeviceProfilesRequest.BuilderListDeviceProfilesRequest.Builder. deviceProfileType(String deviceProfileType)A filter to list only device profiles that use this type, which can beLoRaWANorSidewalk.ListDeviceProfilesRequest.BuilderListDeviceProfilesRequest.Builder. deviceProfileType(DeviceProfileType deviceProfileType)A filter to list only device profiles that use this type, which can beLoRaWANorSidewalk.ListDeviceProfilesRequest.BuilderListDeviceProfilesRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return in this operation.ListDeviceProfilesRequest.BuilderListDeviceProfilesRequest.Builder. nextToken(String nextToken)To retrieve the next set of results, thenextTokenvalue from a previous response; otherwise null to receive the first set of results.ListDeviceProfilesRequest.BuilderListDeviceProfilesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDeviceProfilesRequest.BuilderListDeviceProfilesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDeviceProfilesRequest.BuilderListDeviceProfilesRequest. toBuilder()Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type ListDeviceProfilesRequest.Builder Modifier and Type Method Description static Class<? extends ListDeviceProfilesRequest.Builder>ListDeviceProfilesRequest. serializableBuilderClass()
-