static ListDeviceProfilesRequest.Builder |
ListDeviceProfilesRequest.builder() |
|
ListDeviceProfilesRequest.Builder |
ListDeviceProfilesRequest.Builder.deviceProfileType(String deviceProfileType) |
A filter to list only device profiles that use this type, which can be LoRaWAN or
Sidewalk.
|
ListDeviceProfilesRequest.Builder |
ListDeviceProfilesRequest.Builder.deviceProfileType(DeviceProfileType deviceProfileType) |
A filter to list only device profiles that use this type, which can be LoRaWAN or
Sidewalk.
|
ListDeviceProfilesRequest.Builder |
ListDeviceProfilesRequest.Builder.maxResults(Integer maxResults) |
The maximum number of results to return in this operation.
|
ListDeviceProfilesRequest.Builder |
ListDeviceProfilesRequest.Builder.nextToken(String nextToken) |
To retrieve the next set of results, the nextToken value from a previous response; otherwise
null to receive the first set of results.
|
ListDeviceProfilesRequest.Builder |
ListDeviceProfilesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListDeviceProfilesRequest.Builder |
ListDeviceProfilesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListDeviceProfilesRequest.Builder |
ListDeviceProfilesRequest.toBuilder() |
|