Uses of Class
software.amazon.awssdk.services.amplifybackend.model.BackendJobRespObj
-
Packages that use BackendJobRespObj Package Description software.amazon.awssdk.services.amplifybackend.model software.amazon.awssdk.services.amplifybackend.paginators -
-
Uses of BackendJobRespObj in software.amazon.awssdk.services.amplifybackend.model
Methods in software.amazon.awssdk.services.amplifybackend.model that return types with arguments of type BackendJobRespObj Modifier and Type Method Description List<BackendJobRespObj>ListBackendJobsResponse. jobs()An array of jobs and their properties.Methods in software.amazon.awssdk.services.amplifybackend.model with parameters of type BackendJobRespObj Modifier and Type Method Description ListBackendJobsResponse.BuilderListBackendJobsResponse.Builder. jobs(BackendJobRespObj... jobs)An array of jobs and their properties.Method parameters in software.amazon.awssdk.services.amplifybackend.model with type arguments of type BackendJobRespObj Modifier and Type Method Description ListBackendJobsResponse.BuilderListBackendJobsResponse.Builder. jobs(Collection<BackendJobRespObj> jobs)An array of jobs and their properties. -
Uses of BackendJobRespObj in software.amazon.awssdk.services.amplifybackend.paginators
Methods in software.amazon.awssdk.services.amplifybackend.paginators that return types with arguments of type BackendJobRespObj Modifier and Type Method Description SdkIterable<BackendJobRespObj>ListBackendJobsIterable. jobs()Returns an iterable to iterate through the paginatedListBackendJobsResponse.jobs()member.SdkPublisher<BackendJobRespObj>ListBackendJobsPublisher. jobs()Returns a publisher that can be used to get a stream of data.
-