Uses of Interface
software.amazon.awssdk.services.panorama.model.ListDevicesJobsRequest.Builder
-
Packages that use ListDevicesJobsRequest.Builder Package Description software.amazon.awssdk.services.panorama AWS Panorama software.amazon.awssdk.services.panorama.model -
-
Uses of ListDevicesJobsRequest.Builder in software.amazon.awssdk.services.panorama
Method parameters in software.amazon.awssdk.services.panorama with type arguments of type ListDevicesJobsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListDevicesJobsResponse>PanoramaAsyncClient. listDevicesJobs(Consumer<ListDevicesJobsRequest.Builder> listDevicesJobsRequest)Returns a list of jobs.default ListDevicesJobsResponsePanoramaClient. listDevicesJobs(Consumer<ListDevicesJobsRequest.Builder> listDevicesJobsRequest)Returns a list of jobs.default ListDevicesJobsPublisherPanoramaAsyncClient. listDevicesJobsPaginator(Consumer<ListDevicesJobsRequest.Builder> listDevicesJobsRequest)Returns a list of jobs.default ListDevicesJobsIterablePanoramaClient. listDevicesJobsPaginator(Consumer<ListDevicesJobsRequest.Builder> listDevicesJobsRequest)Returns a list of jobs. -
Uses of ListDevicesJobsRequest.Builder in software.amazon.awssdk.services.panorama.model
Methods in software.amazon.awssdk.services.panorama.model that return ListDevicesJobsRequest.Builder Modifier and Type Method Description static ListDevicesJobsRequest.BuilderListDevicesJobsRequest. builder()ListDevicesJobsRequest.BuilderListDevicesJobsRequest.Builder. deviceId(String deviceId)Filter results by the job's target device ID.ListDevicesJobsRequest.BuilderListDevicesJobsRequest.Builder. maxResults(Integer maxResults)The maximum number of device jobs to return in one page of results.ListDevicesJobsRequest.BuilderListDevicesJobsRequest.Builder. nextToken(String nextToken)Specify the pagination token from a previous request to retrieve the next page of results.ListDevicesJobsRequest.BuilderListDevicesJobsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDevicesJobsRequest.BuilderListDevicesJobsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDevicesJobsRequest.BuilderListDevicesJobsRequest. toBuilder()Methods in software.amazon.awssdk.services.panorama.model that return types with arguments of type ListDevicesJobsRequest.Builder Modifier and Type Method Description static Class<? extends ListDevicesJobsRequest.Builder>ListDevicesJobsRequest. serializableBuilderClass()
-