| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
SetupExecutionDetails |
SetupExecutionDetails.clone() |
SetupExecutionDetails |
SetupExecutionDetails.withCommand(String command)
The command that was executed.
|
SetupExecutionDetails |
SetupExecutionDetails.withDateTime(Date dateTime)
The timestamp for when the request was run.
|
SetupExecutionDetails |
SetupExecutionDetails.withName(String name)
The name of the target resource.
|
SetupExecutionDetails |
SetupExecutionDetails.withStandardError(String standardError)
The text written by the command to stderr.
|
SetupExecutionDetails |
SetupExecutionDetails.withStandardOutput(String standardOutput)
The text written by the command to stdout.
|
SetupExecutionDetails |
SetupExecutionDetails.withStatus(SetupStatus status)
The status of the
SetupInstanceHttps request. |
SetupExecutionDetails |
SetupExecutionDetails.withStatus(String status)
The status of the
SetupInstanceHttps request. |
SetupExecutionDetails |
SetupExecutionDetails.withVersion(String version)
The current version of the script..
|
| Modifier and Type | Method and Description |
|---|---|
List<SetupExecutionDetails> |
SetupHistory.getExecutionDetails()
Describes the full details of the request.
|
| Modifier and Type | Method and Description |
|---|---|
SetupHistory |
SetupHistory.withExecutionDetails(SetupExecutionDetails... executionDetails)
Describes the full details of the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SetupHistory.setExecutionDetails(Collection<SetupExecutionDetails> executionDetails)
Describes the full details of the request.
|
SetupHistory |
SetupHistory.withExecutionDetails(Collection<SetupExecutionDetails> executionDetails)
Describes the full details of the request.
|
Copyright © 2024. All rights reserved.