Uses of Class
software.amazon.awssdk.services.robomaker.model.DeploymentJob
-
Packages that use DeploymentJob Package Description software.amazon.awssdk.services.robomaker.model software.amazon.awssdk.services.robomaker.paginators -
-
Uses of DeploymentJob in software.amazon.awssdk.services.robomaker.model
Methods in software.amazon.awssdk.services.robomaker.model that return types with arguments of type DeploymentJob Modifier and Type Method Description List<DeploymentJob>ListDeploymentJobsResponse. deploymentJobs()A list of deployment jobs that meet the criteria of the request.Methods in software.amazon.awssdk.services.robomaker.model with parameters of type DeploymentJob Modifier and Type Method Description ListDeploymentJobsResponse.BuilderListDeploymentJobsResponse.Builder. deploymentJobs(DeploymentJob... deploymentJobs)A list of deployment jobs that meet the criteria of the request.Method parameters in software.amazon.awssdk.services.robomaker.model with type arguments of type DeploymentJob Modifier and Type Method Description ListDeploymentJobsResponse.BuilderListDeploymentJobsResponse.Builder. deploymentJobs(Collection<DeploymentJob> deploymentJobs)A list of deployment jobs that meet the criteria of the request. -
Uses of DeploymentJob in software.amazon.awssdk.services.robomaker.paginators
Methods in software.amazon.awssdk.services.robomaker.paginators that return types with arguments of type DeploymentJob Modifier and Type Method Description SdkIterable<DeploymentJob>ListDeploymentJobsIterable. deploymentJobs()Returns an iterable to iterate through the paginatedListDeploymentJobsResponse.deploymentJobs()member.SdkPublisher<DeploymentJob>ListDeploymentJobsPublisher. deploymentJobs()Returns a publisher that can be used to get a stream of data.
-