Uses of Interface
software.amazon.awssdk.services.iotwireless.model.ListDeviceProfilesResponse.Builder
-
Packages that use ListDeviceProfilesResponse.Builder Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of ListDeviceProfilesResponse.Builder in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return ListDeviceProfilesResponse.Builder Modifier and Type Method Description static ListDeviceProfilesResponse.BuilderListDeviceProfilesResponse. builder()ListDeviceProfilesResponse.BuilderListDeviceProfilesResponse.Builder. deviceProfileList(Collection<DeviceProfile> deviceProfileList)The list of device profiles.ListDeviceProfilesResponse.BuilderListDeviceProfilesResponse.Builder. deviceProfileList(Consumer<DeviceProfile.Builder>... deviceProfileList)The list of device profiles.ListDeviceProfilesResponse.BuilderListDeviceProfilesResponse.Builder. deviceProfileList(DeviceProfile... deviceProfileList)The list of device profiles.ListDeviceProfilesResponse.BuilderListDeviceProfilesResponse.Builder. nextToken(String nextToken)The token to use to get the next set of results, or null if there are no additional results.ListDeviceProfilesResponse.BuilderListDeviceProfilesResponse. toBuilder()Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type ListDeviceProfilesResponse.Builder Modifier and Type Method Description static Class<? extends ListDeviceProfilesResponse.Builder>ListDeviceProfilesResponse. serializableBuilderClass()
-