| Package | Description |
|---|---|
| com.amazonaws.services.worklink.model |
| Modifier and Type | Method and Description |
|---|---|
FleetSummary |
FleetSummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
FleetSummary |
FleetSummary.clearTagsEntries()
Removes all the entries added into Tags.
|
FleetSummary |
FleetSummary.clone() |
FleetSummary |
FleetSummary.withCompanyCode(String companyCode)
The identifier used by users to sign into the Amazon WorkLink app.
|
FleetSummary |
FleetSummary.withCreatedTime(Date createdTime)
The time when the fleet was created.
|
FleetSummary |
FleetSummary.withDisplayName(String displayName)
The name of the fleet to display.
|
FleetSummary |
FleetSummary.withFleetArn(String fleetArn)
The Amazon Resource Name (ARN) of the fleet.
|
FleetSummary |
FleetSummary.withFleetName(String fleetName)
The name of the fleet.
|
FleetSummary |
FleetSummary.withFleetStatus(FleetStatus fleetStatus)
The status of the fleet.
|
FleetSummary |
FleetSummary.withFleetStatus(String fleetStatus)
The status of the fleet.
|
FleetSummary |
FleetSummary.withLastUpdatedTime(Date lastUpdatedTime)
The time when the fleet was last updated.
|
FleetSummary |
FleetSummary.withTags(Map<String,String> tags)
The tags attached to the resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<FleetSummary> |
ListFleetsResult.getFleetSummaryList()
The summary list of the fleets.
|
| Modifier and Type | Method and Description |
|---|---|
ListFleetsResult |
ListFleetsResult.withFleetSummaryList(FleetSummary... fleetSummaryList)
The summary list of the fleets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFleetsResult.setFleetSummaryList(Collection<FleetSummary> fleetSummaryList)
The summary list of the fleets.
|
ListFleetsResult |
ListFleetsResult.withFleetSummaryList(Collection<FleetSummary> fleetSummaryList)
The summary list of the fleets.
|
Copyright © 2021. All rights reserved.