| Package | Description |
|---|---|
| com.amazonaws.services.iotfleetwise |
Amazon Web Services IoT FleetWise is a fully managed service that you can use to collect, model, and transfer vehicle
data to the Amazon Web Services cloud at scale.
|
| com.amazonaws.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
GetModelManifestResult |
AWSIoTFleetWiseClient.getModelManifest(GetModelManifestRequest request)
Retrieves information about a vehicle model (model manifest).
|
GetModelManifestResult |
AWSIoTFleetWise.getModelManifest(GetModelManifestRequest getModelManifestRequest)
Retrieves information about a vehicle model (model manifest).
|
GetModelManifestResult |
AbstractAWSIoTFleetWise.getModelManifest(GetModelManifestRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetModelManifestResult> |
AbstractAWSIoTFleetWiseAsync.getModelManifestAsync(GetModelManifestRequest request,
AsyncHandler<GetModelManifestRequest,GetModelManifestResult> asyncHandler) |
Future<GetModelManifestResult> |
AWSIoTFleetWiseAsync.getModelManifestAsync(GetModelManifestRequest getModelManifestRequest,
AsyncHandler<GetModelManifestRequest,GetModelManifestResult> asyncHandler)
Retrieves information about a vehicle model (model manifest).
|
Future<GetModelManifestResult> |
AWSIoTFleetWiseAsyncClient.getModelManifestAsync(GetModelManifestRequest request,
AsyncHandler<GetModelManifestRequest,GetModelManifestResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetModelManifestResult |
GetModelManifestResult.clone() |
GetModelManifestResult |
GetModelManifestResult.withArn(String arn)
The Amazon Resource Name (ARN) of the vehicle model.
|
GetModelManifestResult |
GetModelManifestResult.withCreationTime(Date creationTime)
The time the vehicle model was created, in seconds since epoch (January 1, 1970 at midnight UTC time).
|
GetModelManifestResult |
GetModelManifestResult.withDescription(String description)
A brief description of the vehicle model.
|
GetModelManifestResult |
GetModelManifestResult.withLastModificationTime(Date lastModificationTime)
The last time the vehicle model was modified.
|
GetModelManifestResult |
GetModelManifestResult.withName(String name)
The name of the vehicle model.
|
GetModelManifestResult |
GetModelManifestResult.withSignalCatalogArn(String signalCatalogArn)
The ARN of the signal catalog associated with the vehicle model.
|
GetModelManifestResult |
GetModelManifestResult.withStatus(ManifestStatus status)
The state of the vehicle model.
|
GetModelManifestResult |
GetModelManifestResult.withStatus(String status)
The state of the vehicle model.
|
Copyright © 2023. All rights reserved.