| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchCreateVehicleResponse.Builder |
BatchCreateVehicleResponse.builder() |
BatchCreateVehicleResponse.Builder |
BatchCreateVehicleResponse.Builder.errors(Collection<CreateVehicleError> errors)
A list of information about creation errors, or an empty list if there aren't any errors.
|
BatchCreateVehicleResponse.Builder |
BatchCreateVehicleResponse.Builder.errors(Consumer<CreateVehicleError.Builder>... errors)
A list of information about creation errors, or an empty list if there aren't any errors.
|
BatchCreateVehicleResponse.Builder |
BatchCreateVehicleResponse.Builder.errors(CreateVehicleError... errors)
A list of information about creation errors, or an empty list if there aren't any errors.
|
BatchCreateVehicleResponse.Builder |
BatchCreateVehicleResponse.toBuilder() |
BatchCreateVehicleResponse.Builder |
BatchCreateVehicleResponse.Builder.vehicles(Collection<CreateVehicleResponseItem> vehicles)
A list of information about a batch of created vehicles.
|
BatchCreateVehicleResponse.Builder |
BatchCreateVehicleResponse.Builder.vehicles(Consumer<CreateVehicleResponseItem.Builder>... vehicles)
A list of information about a batch of created vehicles.
|
BatchCreateVehicleResponse.Builder |
BatchCreateVehicleResponse.Builder.vehicles(CreateVehicleResponseItem... vehicles)
A list of information about a batch of created vehicles.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchCreateVehicleResponse.Builder> |
BatchCreateVehicleResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.