Uses of Class
software.amazon.awssdk.services.amplify.model.JobSummary
-
Packages that use JobSummary Package Description software.amazon.awssdk.services.amplify.model software.amazon.awssdk.services.amplify.paginators -
-
Uses of JobSummary in software.amazon.awssdk.services.amplify.model
Methods in software.amazon.awssdk.services.amplify.model that return JobSummary Modifier and Type Method Description JobSummaryDeleteJobResponse. jobSummary()Returns the value of the JobSummary property for this object.JobSummaryStartDeploymentResponse. jobSummary()The summary for the job.JobSummaryStartJobResponse. jobSummary()The summary for the job.JobSummaryStopJobResponse. jobSummary()The summary for the job.JobSummaryJob. summary()Describes the summary for an execution job for an Amplify app.Methods in software.amazon.awssdk.services.amplify.model that return types with arguments of type JobSummary Modifier and Type Method Description List<JobSummary>ListJobsResponse. jobSummaries()The result structure for the list job result request.Methods in software.amazon.awssdk.services.amplify.model with parameters of type JobSummary Modifier and Type Method Description ListJobsResponse.BuilderListJobsResponse.Builder. jobSummaries(JobSummary... jobSummaries)The result structure for the list job result request.DeleteJobResponse.BuilderDeleteJobResponse.Builder. jobSummary(JobSummary jobSummary)Sets the value of the JobSummary property for this object.StartDeploymentResponse.BuilderStartDeploymentResponse.Builder. jobSummary(JobSummary jobSummary)The summary for the job.StartJobResponse.BuilderStartJobResponse.Builder. jobSummary(JobSummary jobSummary)The summary for the job.StopJobResponse.BuilderStopJobResponse.Builder. jobSummary(JobSummary jobSummary)The summary for the job.Job.BuilderJob.Builder. summary(JobSummary summary)Describes the summary for an execution job for an Amplify app.Method parameters in software.amazon.awssdk.services.amplify.model with type arguments of type JobSummary Modifier and Type Method Description ListJobsResponse.BuilderListJobsResponse.Builder. jobSummaries(Collection<JobSummary> jobSummaries)The result structure for the list job result request. -
Uses of JobSummary in software.amazon.awssdk.services.amplify.paginators
Methods in software.amazon.awssdk.services.amplify.paginators that return types with arguments of type JobSummary Modifier and Type Method Description SdkIterable<JobSummary>ListJobsIterable. jobSummaries()Returns an iterable to iterate through the paginatedListJobsResponse.jobSummaries()member.SdkPublisher<JobSummary>ListJobsPublisher. jobSummaries()Returns a publisher that can be used to get a stream of data.
-