| Package | Description |
|---|---|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
CodegenJobSummary |
CodegenJobSummary.clone() |
CodegenJobSummary |
CodegenJobSummary.withAppId(String appId)
The unique ID of the Amplify app associated with the code generation job.
|
CodegenJobSummary |
CodegenJobSummary.withCreatedAt(Date createdAt)
The time that the code generation job summary was created.
|
CodegenJobSummary |
CodegenJobSummary.withEnvironmentName(String environmentName)
The name of the backend environment associated with the code generation job.
|
CodegenJobSummary |
CodegenJobSummary.withId(String id)
The unique ID for the code generation job summary.
|
CodegenJobSummary |
CodegenJobSummary.withModifiedAt(Date modifiedAt)
The time that the code generation job summary was modified.
|
| Modifier and Type | Method and Description |
|---|---|
List<CodegenJobSummary> |
ListCodegenJobsResult.getEntities()
The list of code generation jobs for the Amplify app.
|
| Modifier and Type | Method and Description |
|---|---|
ListCodegenJobsResult |
ListCodegenJobsResult.withEntities(CodegenJobSummary... entities)
The list of code generation jobs for the Amplify app.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCodegenJobsResult.setEntities(Collection<CodegenJobSummary> entities)
The list of code generation jobs for the Amplify app.
|
ListCodegenJobsResult |
ListCodegenJobsResult.withEntities(Collection<CodegenJobSummary> entities)
The list of code generation jobs for the Amplify app.
|
Copyright © 2025. All rights reserved.