| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
FleetStatus |
FleetStatus.clone() |
FleetStatus |
Fleet.getStatus()
The status of the compute fleet.
|
FleetStatus |
FleetStatus.withContext(FleetContextCode context)
Additional information about a compute fleet.
|
FleetStatus |
FleetStatus.withContext(String context)
Additional information about a compute fleet.
|
FleetStatus |
FleetStatus.withMessage(String message)
A message associated with the status of a compute fleet.
|
FleetStatus |
FleetStatus.withStatusCode(FleetStatusCode statusCode)
The status code of the compute fleet.
|
FleetStatus |
FleetStatus.withStatusCode(String statusCode)
The status code of the compute fleet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Fleet.setStatus(FleetStatus status)
The status of the compute fleet.
|
Fleet |
Fleet.withStatus(FleetStatus status)
The status of the compute fleet.
|
Copyright © 2024. All rights reserved.