| Package | Description |
|---|---|
| com.amazonaws.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
Fleet |
Fleet.clone() |
Fleet |
Fleet.withArn(String arn)
The Amazon Resource Name (ARN) of the fleet.
|
Fleet |
Fleet.withCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the fleet was created.
|
Fleet |
Fleet.withLastDeploymentJob(String lastDeploymentJob)
The Amazon Resource Name (ARN) of the last deployment job.
|
Fleet |
Fleet.withLastDeploymentStatus(DeploymentStatus lastDeploymentStatus)
The status of the last fleet deployment.
|
Fleet |
Fleet.withLastDeploymentStatus(String lastDeploymentStatus)
The status of the last fleet deployment.
|
Fleet |
Fleet.withLastDeploymentTime(Date lastDeploymentTime)
The time of the last deployment.
|
Fleet |
Fleet.withName(String name)
The name of the fleet.
|
| Modifier and Type | Method and Description |
|---|---|
List<Fleet> |
ListFleetsResult.getFleetDetails()
Deprecated.
A list of fleet details meeting the request criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ListFleetsResult |
ListFleetsResult.withFleetDetails(Fleet... fleetDetails)
Deprecated.
A list of fleet details meeting the request criteria.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFleetsResult.setFleetDetails(Collection<Fleet> fleetDetails)
Deprecated.
A list of fleet details meeting the request criteria.
|
ListFleetsResult |
ListFleetsResult.withFleetDetails(Collection<Fleet> fleetDetails)
Deprecated.
A list of fleet details meeting the request criteria.
|
Copyright © 2022. All rights reserved.