| Package | Description |
|---|---|
| com.amazonaws.services.amplify.model |
| Modifier and Type | Method and Description |
|---|---|
JobSummary |
JobSummary.clone() |
JobSummary |
StopJobResult.getJobSummary()
The summary for the job.
|
JobSummary |
StartJobResult.getJobSummary()
The summary for the job.
|
JobSummary |
StartDeploymentResult.getJobSummary()
The summary for the job.
|
JobSummary |
DeleteJobResult.getJobSummary() |
JobSummary |
Job.getSummary()
Describes the summary for an execution job for an Amplify app.
|
JobSummary |
JobSummary.withCommitId(String commitId)
The commit ID from a third-party repository provider for the job.
|
JobSummary |
JobSummary.withCommitMessage(String commitMessage)
The commit message from a third-party repository provider for the job.
|
JobSummary |
JobSummary.withCommitTime(Date commitTime)
The commit date and time for the job.
|
JobSummary |
JobSummary.withEndTime(Date endTime)
The end date and time for the job.
|
JobSummary |
JobSummary.withJobArn(String jobArn)
The Amazon Resource Name (ARN) for the job.
|
JobSummary |
JobSummary.withJobId(String jobId)
The unique ID for the job.
|
JobSummary |
JobSummary.withJobType(JobType jobType)
The type for the job.
|
JobSummary |
JobSummary.withJobType(String jobType)
The type for the job.
|
JobSummary |
JobSummary.withStartTime(Date startTime)
The start date and time for the job.
|
JobSummary |
JobSummary.withStatus(JobStatus status)
The current status for the job.
|
JobSummary |
JobSummary.withStatus(String status)
The current status for the job.
|
| Modifier and Type | Method and Description |
|---|---|
List<JobSummary> |
ListJobsResult.getJobSummaries()
The result structure for the list job result request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StopJobResult.setJobSummary(JobSummary jobSummary)
The summary for the job.
|
void |
StartJobResult.setJobSummary(JobSummary jobSummary)
The summary for the job.
|
void |
StartDeploymentResult.setJobSummary(JobSummary jobSummary)
The summary for the job.
|
void |
DeleteJobResult.setJobSummary(JobSummary jobSummary) |
void |
Job.setSummary(JobSummary summary)
Describes the summary for an execution job for an Amplify app.
|
ListJobsResult |
ListJobsResult.withJobSummaries(JobSummary... jobSummaries)
The result structure for the list job result request.
|
StopJobResult |
StopJobResult.withJobSummary(JobSummary jobSummary)
The summary for the job.
|
StartJobResult |
StartJobResult.withJobSummary(JobSummary jobSummary)
The summary for the job.
|
StartDeploymentResult |
StartDeploymentResult.withJobSummary(JobSummary jobSummary)
The summary for the job.
|
DeleteJobResult |
DeleteJobResult.withJobSummary(JobSummary jobSummary) |
Job |
Job.withSummary(JobSummary summary)
Describes the summary for an execution job for an Amplify app.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListJobsResult.setJobSummaries(Collection<JobSummary> jobSummaries)
The result structure for the list job result request.
|
ListJobsResult |
ListJobsResult.withJobSummaries(Collection<JobSummary> jobSummaries)
The result structure for the list job result request.
|
Copyright © 2023. All rights reserved.