Uses of Interface
software.amazon.awssdk.services.panorama.model.ListDevicesJobsResponse.Builder
-
Packages that use ListDevicesJobsResponse.Builder Package Description software.amazon.awssdk.services.panorama.model -
-
Uses of ListDevicesJobsResponse.Builder in software.amazon.awssdk.services.panorama.model
Methods in software.amazon.awssdk.services.panorama.model that return ListDevicesJobsResponse.Builder Modifier and Type Method Description static ListDevicesJobsResponse.BuilderListDevicesJobsResponse. builder()ListDevicesJobsResponse.BuilderListDevicesJobsResponse.Builder. deviceJobs(Collection<DeviceJob> deviceJobs)A list of jobs.ListDevicesJobsResponse.BuilderListDevicesJobsResponse.Builder. deviceJobs(Consumer<DeviceJob.Builder>... deviceJobs)A list of jobs.ListDevicesJobsResponse.BuilderListDevicesJobsResponse.Builder. deviceJobs(DeviceJob... deviceJobs)A list of jobs.ListDevicesJobsResponse.BuilderListDevicesJobsResponse.Builder. nextToken(String nextToken)A pagination token that's included if more results are available.ListDevicesJobsResponse.BuilderListDevicesJobsResponse. toBuilder()Methods in software.amazon.awssdk.services.panorama.model that return types with arguments of type ListDevicesJobsResponse.Builder Modifier and Type Method Description static Class<? extends ListDevicesJobsResponse.Builder>ListDevicesJobsResponse. serializableBuilderClass()
-