| Package | Description |
|---|---|
| com.amazonaws.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
FleetSummary |
FleetSummary.clone() |
FleetSummary |
FleetSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the fleet.
|
FleetSummary |
FleetSummary.withCreationTime(Date creationTime)
The time the fleet was created, in seconds since epoch (January 1, 1970 at midnight UTC time).
|
FleetSummary |
FleetSummary.withDescription(String description)
A brief description of the fleet.
|
FleetSummary |
FleetSummary.withId(String id)
The unique ID of the fleet.
|
FleetSummary |
FleetSummary.withLastModificationTime(Date lastModificationTime)
The time the fleet was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
|
FleetSummary |
FleetSummary.withSignalCatalogArn(String signalCatalogArn)
The ARN of the signal catalog associated with the fleet.
|
| Modifier and Type | Method and Description |
|---|---|
List<FleetSummary> |
ListFleetsResult.getFleetSummaries()
A list of information for each fleet.
|
| Modifier and Type | Method and Description |
|---|---|
ListFleetsResult |
ListFleetsResult.withFleetSummaries(FleetSummary... fleetSummaries)
A list of information for each fleet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFleetsResult.setFleetSummaries(Collection<FleetSummary> fleetSummaries)
A list of information for each fleet.
|
ListFleetsResult |
ListFleetsResult.withFleetSummaries(Collection<FleetSummary> fleetSummaries)
A list of information for each fleet.
|
Copyright © 2022. All rights reserved.