Uses of Class
software.amazon.awssdk.services.panorama.model.CreateJobForDevicesResponse
-
Packages that use CreateJobForDevicesResponse Package Description software.amazon.awssdk.services.panorama AWS Panorama -
-
Uses of CreateJobForDevicesResponse in software.amazon.awssdk.services.panorama
Methods in software.amazon.awssdk.services.panorama that return CreateJobForDevicesResponse Modifier and Type Method Description default CreateJobForDevicesResponsePanoramaClient. createJobForDevices(Consumer<CreateJobForDevicesRequest.Builder> createJobForDevicesRequest)Creates a job to run on a device.default CreateJobForDevicesResponsePanoramaClient. createJobForDevices(CreateJobForDevicesRequest createJobForDevicesRequest)Creates a job to run on a device.Methods in software.amazon.awssdk.services.panorama that return types with arguments of type CreateJobForDevicesResponse Modifier and Type Method Description default CompletableFuture<CreateJobForDevicesResponse>PanoramaAsyncClient. createJobForDevices(Consumer<CreateJobForDevicesRequest.Builder> createJobForDevicesRequest)Creates a job to run on a device.default CompletableFuture<CreateJobForDevicesResponse>PanoramaAsyncClient. createJobForDevices(CreateJobForDevicesRequest createJobForDevicesRequest)Creates a job to run on a device.
-