| Package | Description |
|---|---|
| com.amazonaws.services.apprunner.model |
| Modifier and Type | Method and Description |
|---|---|
OperationSummary |
OperationSummary.clone() |
OperationSummary |
OperationSummary.withEndedAt(Date endedAt)
The time when the operation ended.
|
OperationSummary |
OperationSummary.withId(String id)
A unique ID of this operation.
|
OperationSummary |
OperationSummary.withStartedAt(Date startedAt)
The time when the operation started.
|
OperationSummary |
OperationSummary.withStatus(OperationStatus status)
The current state of the operation.
|
OperationSummary |
OperationSummary.withStatus(String status)
The current state of the operation.
|
OperationSummary |
OperationSummary.withTargetArn(String targetArn)
The Amazon Resource Name (ARN) of the resource that the operation acted on (for example, an App Runner service).
|
OperationSummary |
OperationSummary.withType(OperationType type)
The type of operation.
|
OperationSummary |
OperationSummary.withType(String type)
The type of operation.
|
OperationSummary |
OperationSummary.withUpdatedAt(Date updatedAt)
The time when the operation was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<OperationSummary> |
ListOperationsResult.getOperationSummaryList()
A list of operation summary information records.
|
| Modifier and Type | Method and Description |
|---|---|
ListOperationsResult |
ListOperationsResult.withOperationSummaryList(OperationSummary... operationSummaryList)
A list of operation summary information records.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListOperationsResult.setOperationSummaryList(Collection<OperationSummary> operationSummaryList)
A list of operation summary information records.
|
ListOperationsResult |
ListOperationsResult.withOperationSummaryList(Collection<OperationSummary> operationSummaryList)
A list of operation summary information records.
|
Copyright © 2022. All rights reserved.