@Generated(value="software.amazon.awssdk:codegen") @ThreadSafe public interface IoTFleetWiseClient extends SdkClient
builder() method.
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. With Amazon Web Services IoT FleetWise, you can standardize all of your vehicle data models, independent of the in-vehicle communication architecture, and define data collection rules to transfer only high-value data to the cloud.
For more information, see What is Amazon Web Services IoT FleetWise? in the Amazon Web Services IoT FleetWise Developer Guide.
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_METADATA_ID
Value for looking up the service's metadata from the
ServiceMetadataProvider. |
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
default AssociateVehicleFleetResponse |
associateVehicleFleet(AssociateVehicleFleetRequest associateVehicleFleetRequest)
Adds, or associates, a vehicle with a fleet.
|
default AssociateVehicleFleetResponse |
associateVehicleFleet(Consumer<AssociateVehicleFleetRequest.Builder> associateVehicleFleetRequest)
Adds, or associates, a vehicle with a fleet.
|
default BatchCreateVehicleResponse |
batchCreateVehicle(BatchCreateVehicleRequest batchCreateVehicleRequest)
Creates a group, or batch, of vehicles.
|
default BatchCreateVehicleResponse |
batchCreateVehicle(Consumer<BatchCreateVehicleRequest.Builder> batchCreateVehicleRequest)
Creates a group, or batch, of vehicles.
|
default BatchUpdateVehicleResponse |
batchUpdateVehicle(BatchUpdateVehicleRequest batchUpdateVehicleRequest)
Updates a group, or batch, of vehicles.
|
default BatchUpdateVehicleResponse |
batchUpdateVehicle(Consumer<BatchUpdateVehicleRequest.Builder> batchUpdateVehicleRequest)
Updates a group, or batch, of vehicles.
|
static IoTFleetWiseClientBuilder |
builder()
Create a builder that can be used to configure and create a
IoTFleetWiseClient. |
static IoTFleetWiseClient |
create()
Create a
IoTFleetWiseClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider. |
default CreateCampaignResponse |
createCampaign(Consumer<CreateCampaignRequest.Builder> createCampaignRequest)
Creates an orchestration of data collection rules.
|
default CreateCampaignResponse |
createCampaign(CreateCampaignRequest createCampaignRequest)
Creates an orchestration of data collection rules.
|
default CreateDecoderManifestResponse |
createDecoderManifest(Consumer<CreateDecoderManifestRequest.Builder> createDecoderManifestRequest)
Creates the decoder manifest associated with a model manifest.
|
default CreateDecoderManifestResponse |
createDecoderManifest(CreateDecoderManifestRequest createDecoderManifestRequest)
Creates the decoder manifest associated with a model manifest.
|
default CreateFleetResponse |
createFleet(Consumer<CreateFleetRequest.Builder> createFleetRequest)
Creates a fleet that represents a group of vehicles.
|
default CreateFleetResponse |
createFleet(CreateFleetRequest createFleetRequest)
Creates a fleet that represents a group of vehicles.
|
default CreateModelManifestResponse |
createModelManifest(Consumer<CreateModelManifestRequest.Builder> createModelManifestRequest)
Creates a vehicle model (model manifest) that specifies signals (attributes, branches, sensors, and actuators).
|
default CreateModelManifestResponse |
createModelManifest(CreateModelManifestRequest createModelManifestRequest)
Creates a vehicle model (model manifest) that specifies signals (attributes, branches, sensors, and actuators).
|
default CreateSignalCatalogResponse |
createSignalCatalog(Consumer<CreateSignalCatalogRequest.Builder> createSignalCatalogRequest)
Creates a collection of standardized signals that can be reused to create vehicle models.
|
default CreateSignalCatalogResponse |
createSignalCatalog(CreateSignalCatalogRequest createSignalCatalogRequest)
Creates a collection of standardized signals that can be reused to create vehicle models.
|
default CreateVehicleResponse |
createVehicle(Consumer<CreateVehicleRequest.Builder> createVehicleRequest)
Creates a vehicle, which is an instance of a vehicle model (model manifest).
|
default CreateVehicleResponse |
createVehicle(CreateVehicleRequest createVehicleRequest)
Creates a vehicle, which is an instance of a vehicle model (model manifest).
|
default DeleteCampaignResponse |
deleteCampaign(Consumer<DeleteCampaignRequest.Builder> deleteCampaignRequest)
Deletes a data collection campaign.
|
default DeleteCampaignResponse |
deleteCampaign(DeleteCampaignRequest deleteCampaignRequest)
Deletes a data collection campaign.
|
default DeleteDecoderManifestResponse |
deleteDecoderManifest(Consumer<DeleteDecoderManifestRequest.Builder> deleteDecoderManifestRequest)
Deletes a decoder manifest.
|
default DeleteDecoderManifestResponse |
deleteDecoderManifest(DeleteDecoderManifestRequest deleteDecoderManifestRequest)
Deletes a decoder manifest.
|
default DeleteFleetResponse |
deleteFleet(Consumer<DeleteFleetRequest.Builder> deleteFleetRequest)
Deletes a fleet.
|
default DeleteFleetResponse |
deleteFleet(DeleteFleetRequest deleteFleetRequest)
Deletes a fleet.
|
default DeleteModelManifestResponse |
deleteModelManifest(Consumer<DeleteModelManifestRequest.Builder> deleteModelManifestRequest)
Deletes a vehicle model (model manifest).
|
default DeleteModelManifestResponse |
deleteModelManifest(DeleteModelManifestRequest deleteModelManifestRequest)
Deletes a vehicle model (model manifest).
|
default DeleteSignalCatalogResponse |
deleteSignalCatalog(Consumer<DeleteSignalCatalogRequest.Builder> deleteSignalCatalogRequest)
Deletes a signal catalog.
|
default DeleteSignalCatalogResponse |
deleteSignalCatalog(DeleteSignalCatalogRequest deleteSignalCatalogRequest)
Deletes a signal catalog.
|
default DeleteVehicleResponse |
deleteVehicle(Consumer<DeleteVehicleRequest.Builder> deleteVehicleRequest)
Deletes a vehicle and removes it from any campaigns.
|
default DeleteVehicleResponse |
deleteVehicle(DeleteVehicleRequest deleteVehicleRequest)
Deletes a vehicle and removes it from any campaigns.
|
default DisassociateVehicleFleetResponse |
disassociateVehicleFleet(Consumer<DisassociateVehicleFleetRequest.Builder> disassociateVehicleFleetRequest)
Removes, or disassociates, a vehicle from a fleet.
|
default DisassociateVehicleFleetResponse |
disassociateVehicleFleet(DisassociateVehicleFleetRequest disassociateVehicleFleetRequest)
Removes, or disassociates, a vehicle from a fleet.
|
default GetCampaignResponse |
getCampaign(Consumer<GetCampaignRequest.Builder> getCampaignRequest)
Retrieves information about a campaign.
|
default GetCampaignResponse |
getCampaign(GetCampaignRequest getCampaignRequest)
Retrieves information about a campaign.
|
default GetDecoderManifestResponse |
getDecoderManifest(Consumer<GetDecoderManifestRequest.Builder> getDecoderManifestRequest)
Retrieves information about a created decoder manifest.
|
default GetDecoderManifestResponse |
getDecoderManifest(GetDecoderManifestRequest getDecoderManifestRequest)
Retrieves information about a created decoder manifest.
|
default GetFleetResponse |
getFleet(Consumer<GetFleetRequest.Builder> getFleetRequest)
Retrieves information about a fleet.
|
default GetFleetResponse |
getFleet(GetFleetRequest getFleetRequest)
Retrieves information about a fleet.
|
default GetLoggingOptionsResponse |
getLoggingOptions(Consumer<GetLoggingOptionsRequest.Builder> getLoggingOptionsRequest)
Retrieves the logging options.
|
default GetLoggingOptionsResponse |
getLoggingOptions(GetLoggingOptionsRequest getLoggingOptionsRequest)
Retrieves the logging options.
|
default GetModelManifestResponse |
getModelManifest(Consumer<GetModelManifestRequest.Builder> getModelManifestRequest)
Retrieves information about a vehicle model (model manifest).
|
default GetModelManifestResponse |
getModelManifest(GetModelManifestRequest getModelManifestRequest)
Retrieves information about a vehicle model (model manifest).
|
default GetRegisterAccountStatusResponse |
getRegisterAccountStatus(Consumer<GetRegisterAccountStatusRequest.Builder> getRegisterAccountStatusRequest)
Retrieves information about the status of registering your Amazon Web Services account, IAM, and Amazon
Timestream resources so that Amazon Web Services IoT FleetWise can transfer your vehicle data to the Amazon Web
Services Cloud.
|
default GetRegisterAccountStatusResponse |
getRegisterAccountStatus(GetRegisterAccountStatusRequest getRegisterAccountStatusRequest)
Retrieves information about the status of registering your Amazon Web Services account, IAM, and Amazon
Timestream resources so that Amazon Web Services IoT FleetWise can transfer your vehicle data to the Amazon Web
Services Cloud.
|
default GetSignalCatalogResponse |
getSignalCatalog(Consumer<GetSignalCatalogRequest.Builder> getSignalCatalogRequest)
Retrieves information about a signal catalog.
|
default GetSignalCatalogResponse |
getSignalCatalog(GetSignalCatalogRequest getSignalCatalogRequest)
Retrieves information about a signal catalog.
|
default GetVehicleResponse |
getVehicle(Consumer<GetVehicleRequest.Builder> getVehicleRequest)
Retrieves information about a vehicle.
|
default GetVehicleResponse |
getVehicle(GetVehicleRequest getVehicleRequest)
Retrieves information about a vehicle.
|
default GetVehicleStatusResponse |
getVehicleStatus(Consumer<GetVehicleStatusRequest.Builder> getVehicleStatusRequest)
Retrieves information about the status of a vehicle with any associated campaigns.
|
default GetVehicleStatusResponse |
getVehicleStatus(GetVehicleStatusRequest getVehicleStatusRequest)
Retrieves information about the status of a vehicle with any associated campaigns.
|
default GetVehicleStatusIterable |
getVehicleStatusPaginator(Consumer<GetVehicleStatusRequest.Builder> getVehicleStatusRequest)
Retrieves information about the status of a vehicle with any associated campaigns.
|
default GetVehicleStatusIterable |
getVehicleStatusPaginator(GetVehicleStatusRequest getVehicleStatusRequest)
Retrieves information about the status of a vehicle with any associated campaigns.
|
default ImportDecoderManifestResponse |
importDecoderManifest(Consumer<ImportDecoderManifestRequest.Builder> importDecoderManifestRequest)
Creates a decoder manifest using your existing CAN DBC file from your local device.
|
default ImportDecoderManifestResponse |
importDecoderManifest(ImportDecoderManifestRequest importDecoderManifestRequest)
Creates a decoder manifest using your existing CAN DBC file from your local device.
|
default ImportSignalCatalogResponse |
importSignalCatalog(Consumer<ImportSignalCatalogRequest.Builder> importSignalCatalogRequest)
Creates a signal catalog using your existing VSS formatted content from your local device.
|
default ImportSignalCatalogResponse |
importSignalCatalog(ImportSignalCatalogRequest importSignalCatalogRequest)
Creates a signal catalog using your existing VSS formatted content from your local device.
|
default ListCampaignsResponse |
listCampaigns(Consumer<ListCampaignsRequest.Builder> listCampaignsRequest)
Lists information about created campaigns.
|
default ListCampaignsResponse |
listCampaigns(ListCampaignsRequest listCampaignsRequest)
Lists information about created campaigns.
|
default ListCampaignsIterable |
listCampaignsPaginator(Consumer<ListCampaignsRequest.Builder> listCampaignsRequest)
Lists information about created campaigns.
|
default ListCampaignsIterable |
listCampaignsPaginator(ListCampaignsRequest listCampaignsRequest)
Lists information about created campaigns.
|
default ListDecoderManifestNetworkInterfacesResponse |
listDecoderManifestNetworkInterfaces(Consumer<ListDecoderManifestNetworkInterfacesRequest.Builder> listDecoderManifestNetworkInterfacesRequest)
Lists the network interfaces specified in a decoder manifest.
|
default ListDecoderManifestNetworkInterfacesResponse |
listDecoderManifestNetworkInterfaces(ListDecoderManifestNetworkInterfacesRequest listDecoderManifestNetworkInterfacesRequest)
Lists the network interfaces specified in a decoder manifest.
|
default ListDecoderManifestNetworkInterfacesIterable |
listDecoderManifestNetworkInterfacesPaginator(Consumer<ListDecoderManifestNetworkInterfacesRequest.Builder> listDecoderManifestNetworkInterfacesRequest)
Lists the network interfaces specified in a decoder manifest.
|
default ListDecoderManifestNetworkInterfacesIterable |
listDecoderManifestNetworkInterfacesPaginator(ListDecoderManifestNetworkInterfacesRequest listDecoderManifestNetworkInterfacesRequest)
Lists the network interfaces specified in a decoder manifest.
|
default ListDecoderManifestsResponse |
listDecoderManifests(Consumer<ListDecoderManifestsRequest.Builder> listDecoderManifestsRequest)
Lists decoder manifests.
|
default ListDecoderManifestsResponse |
listDecoderManifests(ListDecoderManifestsRequest listDecoderManifestsRequest)
Lists decoder manifests.
|
default ListDecoderManifestSignalsResponse |
listDecoderManifestSignals(Consumer<ListDecoderManifestSignalsRequest.Builder> listDecoderManifestSignalsRequest)
A list of information about signal decoders specified in a decoder manifest.
|
default ListDecoderManifestSignalsResponse |
listDecoderManifestSignals(ListDecoderManifestSignalsRequest listDecoderManifestSignalsRequest)
A list of information about signal decoders specified in a decoder manifest.
|
default ListDecoderManifestSignalsIterable |
listDecoderManifestSignalsPaginator(Consumer<ListDecoderManifestSignalsRequest.Builder> listDecoderManifestSignalsRequest)
A list of information about signal decoders specified in a decoder manifest.
|
default ListDecoderManifestSignalsIterable |
listDecoderManifestSignalsPaginator(ListDecoderManifestSignalsRequest listDecoderManifestSignalsRequest)
A list of information about signal decoders specified in a decoder manifest.
|
default ListDecoderManifestsIterable |
listDecoderManifestsPaginator(Consumer<ListDecoderManifestsRequest.Builder> listDecoderManifestsRequest)
Lists decoder manifests.
|
default ListDecoderManifestsIterable |
listDecoderManifestsPaginator(ListDecoderManifestsRequest listDecoderManifestsRequest)
Lists decoder manifests.
|
default ListFleetsResponse |
listFleets(Consumer<ListFleetsRequest.Builder> listFleetsRequest)
Retrieves information for each created fleet in an Amazon Web Services account.
|
default ListFleetsResponse |
listFleets(ListFleetsRequest listFleetsRequest)
Retrieves information for each created fleet in an Amazon Web Services account.
|
default ListFleetsForVehicleResponse |
listFleetsForVehicle(Consumer<ListFleetsForVehicleRequest.Builder> listFleetsForVehicleRequest)
Retrieves a list of IDs for all fleets that the vehicle is associated with.
|
default ListFleetsForVehicleResponse |
listFleetsForVehicle(ListFleetsForVehicleRequest listFleetsForVehicleRequest)
Retrieves a list of IDs for all fleets that the vehicle is associated with.
|
default ListFleetsForVehicleIterable |
listFleetsForVehiclePaginator(Consumer<ListFleetsForVehicleRequest.Builder> listFleetsForVehicleRequest)
Retrieves a list of IDs for all fleets that the vehicle is associated with.
|
default ListFleetsForVehicleIterable |
listFleetsForVehiclePaginator(ListFleetsForVehicleRequest listFleetsForVehicleRequest)
Retrieves a list of IDs for all fleets that the vehicle is associated with.
|
default ListFleetsIterable |
listFleetsPaginator(Consumer<ListFleetsRequest.Builder> listFleetsRequest)
Retrieves information for each created fleet in an Amazon Web Services account.
|
default ListFleetsIterable |
listFleetsPaginator(ListFleetsRequest listFleetsRequest)
Retrieves information for each created fleet in an Amazon Web Services account.
|
default ListModelManifestNodesResponse |
listModelManifestNodes(Consumer<ListModelManifestNodesRequest.Builder> listModelManifestNodesRequest)
Lists information about nodes specified in a vehicle model (model manifest).
|
default ListModelManifestNodesResponse |
listModelManifestNodes(ListModelManifestNodesRequest listModelManifestNodesRequest)
Lists information about nodes specified in a vehicle model (model manifest).
|
default ListModelManifestNodesIterable |
listModelManifestNodesPaginator(Consumer<ListModelManifestNodesRequest.Builder> listModelManifestNodesRequest)
Lists information about nodes specified in a vehicle model (model manifest).
|
default ListModelManifestNodesIterable |
listModelManifestNodesPaginator(ListModelManifestNodesRequest listModelManifestNodesRequest)
Lists information about nodes specified in a vehicle model (model manifest).
|
default ListModelManifestsResponse |
listModelManifests(Consumer<ListModelManifestsRequest.Builder> listModelManifestsRequest)
Retrieves a list of vehicle models (model manifests).
|
default ListModelManifestsResponse |
listModelManifests(ListModelManifestsRequest listModelManifestsRequest)
Retrieves a list of vehicle models (model manifests).
|
default ListModelManifestsIterable |
listModelManifestsPaginator(Consumer<ListModelManifestsRequest.Builder> listModelManifestsRequest)
Retrieves a list of vehicle models (model manifests).
|
default ListModelManifestsIterable |
listModelManifestsPaginator(ListModelManifestsRequest listModelManifestsRequest)
Retrieves a list of vehicle models (model manifests).
|
default ListSignalCatalogNodesResponse |
listSignalCatalogNodes(Consumer<ListSignalCatalogNodesRequest.Builder> listSignalCatalogNodesRequest)
Lists of information about the signals (nodes) specified in a signal catalog.
|
default ListSignalCatalogNodesResponse |
listSignalCatalogNodes(ListSignalCatalogNodesRequest listSignalCatalogNodesRequest)
Lists of information about the signals (nodes) specified in a signal catalog.
|
default ListSignalCatalogNodesIterable |
listSignalCatalogNodesPaginator(Consumer<ListSignalCatalogNodesRequest.Builder> listSignalCatalogNodesRequest)
Lists of information about the signals (nodes) specified in a signal catalog.
|
default ListSignalCatalogNodesIterable |
listSignalCatalogNodesPaginator(ListSignalCatalogNodesRequest listSignalCatalogNodesRequest)
Lists of information about the signals (nodes) specified in a signal catalog.
|
default ListSignalCatalogsResponse |
listSignalCatalogs(Consumer<ListSignalCatalogsRequest.Builder> listSignalCatalogsRequest)
Lists all the created signal catalogs in an Amazon Web Services account.
|
default ListSignalCatalogsResponse |
listSignalCatalogs(ListSignalCatalogsRequest listSignalCatalogsRequest)
Lists all the created signal catalogs in an Amazon Web Services account.
|
default ListSignalCatalogsIterable |
listSignalCatalogsPaginator(Consumer<ListSignalCatalogsRequest.Builder> listSignalCatalogsRequest)
Lists all the created signal catalogs in an Amazon Web Services account.
|
default ListSignalCatalogsIterable |
listSignalCatalogsPaginator(ListSignalCatalogsRequest listSignalCatalogsRequest)
Lists all the created signal catalogs in an Amazon Web Services account.
|
default ListTagsForResourceResponse |
listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists the tags (metadata) you have assigned to the resource.
|
default ListTagsForResourceResponse |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists the tags (metadata) you have assigned to the resource.
|
default ListVehiclesResponse |
listVehicles(Consumer<ListVehiclesRequest.Builder> listVehiclesRequest)
Retrieves a list of summaries of created vehicles.
|
default ListVehiclesResponse |
listVehicles(ListVehiclesRequest listVehiclesRequest)
Retrieves a list of summaries of created vehicles.
|
default ListVehiclesInFleetResponse |
listVehiclesInFleet(Consumer<ListVehiclesInFleetRequest.Builder> listVehiclesInFleetRequest)
Retrieves a list of summaries of all vehicles associated with a fleet.
|
default ListVehiclesInFleetResponse |
listVehiclesInFleet(ListVehiclesInFleetRequest listVehiclesInFleetRequest)
Retrieves a list of summaries of all vehicles associated with a fleet.
|
default ListVehiclesInFleetIterable |
listVehiclesInFleetPaginator(Consumer<ListVehiclesInFleetRequest.Builder> listVehiclesInFleetRequest)
Retrieves a list of summaries of all vehicles associated with a fleet.
|
default ListVehiclesInFleetIterable |
listVehiclesInFleetPaginator(ListVehiclesInFleetRequest listVehiclesInFleetRequest)
Retrieves a list of summaries of all vehicles associated with a fleet.
|
default ListVehiclesIterable |
listVehiclesPaginator(Consumer<ListVehiclesRequest.Builder> listVehiclesRequest)
Retrieves a list of summaries of created vehicles.
|
default ListVehiclesIterable |
listVehiclesPaginator(ListVehiclesRequest listVehiclesRequest)
Retrieves a list of summaries of created vehicles.
|
default PutLoggingOptionsResponse |
putLoggingOptions(Consumer<PutLoggingOptionsRequest.Builder> putLoggingOptionsRequest)
Creates or updates the logging option.
|
default PutLoggingOptionsResponse |
putLoggingOptions(PutLoggingOptionsRequest putLoggingOptionsRequest)
Creates or updates the logging option.
|
default RegisterAccountResponse |
registerAccount(Consumer<RegisterAccountRequest.Builder> registerAccountRequest)
Registers your Amazon Web Services account, IAM, and Amazon Timestream resources so Amazon Web Services IoT
FleetWise can transfer your vehicle data to the Amazon Web Services Cloud.
|
default RegisterAccountResponse |
registerAccount(RegisterAccountRequest registerAccountRequest)
Registers your Amazon Web Services account, IAM, and Amazon Timestream resources so Amazon Web Services IoT
FleetWise can transfer your vehicle data to the Amazon Web Services Cloud.
|
static ServiceMetadata |
serviceMetadata() |
default TagResourceResponse |
tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds to or modifies the tags of the given resource.
|
default TagResourceResponse |
tagResource(TagResourceRequest tagResourceRequest)
Adds to or modifies the tags of the given resource.
|
default UntagResourceResponse |
untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes the given tags (metadata) from the resource.
|
default UntagResourceResponse |
untagResource(UntagResourceRequest untagResourceRequest)
Removes the given tags (metadata) from the resource.
|
default UpdateCampaignResponse |
updateCampaign(Consumer<UpdateCampaignRequest.Builder> updateCampaignRequest)
Updates a campaign.
|
default UpdateCampaignResponse |
updateCampaign(UpdateCampaignRequest updateCampaignRequest)
Updates a campaign.
|
default UpdateDecoderManifestResponse |
updateDecoderManifest(Consumer<UpdateDecoderManifestRequest.Builder> updateDecoderManifestRequest)
Updates a decoder manifest.
|
default UpdateDecoderManifestResponse |
updateDecoderManifest(UpdateDecoderManifestRequest updateDecoderManifestRequest)
Updates a decoder manifest.
|
default UpdateFleetResponse |
updateFleet(Consumer<UpdateFleetRequest.Builder> updateFleetRequest)
Updates the description of an existing fleet.
|
default UpdateFleetResponse |
updateFleet(UpdateFleetRequest updateFleetRequest)
Updates the description of an existing fleet.
|
default UpdateModelManifestResponse |
updateModelManifest(Consumer<UpdateModelManifestRequest.Builder> updateModelManifestRequest)
Updates a vehicle model (model manifest).
|
default UpdateModelManifestResponse |
updateModelManifest(UpdateModelManifestRequest updateModelManifestRequest)
Updates a vehicle model (model manifest).
|
default UpdateSignalCatalogResponse |
updateSignalCatalog(Consumer<UpdateSignalCatalogRequest.Builder> updateSignalCatalogRequest)
Updates a signal catalog.
|
default UpdateSignalCatalogResponse |
updateSignalCatalog(UpdateSignalCatalogRequest updateSignalCatalogRequest)
Updates a signal catalog.
|
default UpdateVehicleResponse |
updateVehicle(Consumer<UpdateVehicleRequest.Builder> updateVehicleRequest)
Updates a vehicle.
|
default UpdateVehicleResponse |
updateVehicle(UpdateVehicleRequest updateVehicleRequest)
Updates a vehicle.
|
serviceNameclosestatic final String SERVICE_NAME
static final String SERVICE_METADATA_ID
ServiceMetadataProvider.static IoTFleetWiseClient create()
IoTFleetWiseClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider.static IoTFleetWiseClientBuilder builder()
IoTFleetWiseClient.default AssociateVehicleFleetResponse associateVehicleFleet(AssociateVehicleFleetRequest associateVehicleFleetRequest) throws InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Adds, or associates, a vehicle with a fleet.
associateVehicleFleetRequest - InternalServerException - The request couldn't be completed because the server temporarily failed.ResourceNotFoundException - The resource wasn't found.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault AssociateVehicleFleetResponse associateVehicleFleet(Consumer<AssociateVehicleFleetRequest.Builder> associateVehicleFleetRequest) throws InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Adds, or associates, a vehicle with a fleet.
This is a convenience which creates an instance of the AssociateVehicleFleetRequest.Builder avoiding the
need to create one manually via AssociateVehicleFleetRequest.builder()
associateVehicleFleetRequest - A Consumer that will call methods on AssociateVehicleFleetRequest.Builder to create a
request.InternalServerException - The request couldn't be completed because the server temporarily failed.ResourceNotFoundException - The resource wasn't found.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault BatchCreateVehicleResponse batchCreateVehicle(BatchCreateVehicleRequest batchCreateVehicleRequest) throws InternalServerException, LimitExceededException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Creates a group, or batch, of vehicles.
You must specify a decoder manifest and a vehicle model (model manifest) for each vehicle.
For more information, see Create multiple vehicles (AWS CLI) in the Amazon Web Services IoT FleetWise Developer Guide.
batchCreateVehicleRequest - InternalServerException - The request couldn't be completed because the server temporarily failed.LimitExceededException - A service quota was exceeded.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault BatchCreateVehicleResponse batchCreateVehicle(Consumer<BatchCreateVehicleRequest.Builder> batchCreateVehicleRequest) throws InternalServerException, LimitExceededException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Creates a group, or batch, of vehicles.
You must specify a decoder manifest and a vehicle model (model manifest) for each vehicle.
For more information, see Create multiple vehicles (AWS CLI) in the Amazon Web Services IoT FleetWise Developer Guide.
This is a convenience which creates an instance of the BatchCreateVehicleRequest.Builder avoiding the
need to create one manually via BatchCreateVehicleRequest.builder()
batchCreateVehicleRequest - A Consumer that will call methods on BatchCreateVehicleRequest.Builder to create a
request.InternalServerException - The request couldn't be completed because the server temporarily failed.LimitExceededException - A service quota was exceeded.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault BatchUpdateVehicleResponse batchUpdateVehicle(BatchUpdateVehicleRequest batchUpdateVehicleRequest) throws InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Updates a group, or batch, of vehicles.
You must specify a decoder manifest and a vehicle model (model manifest) for each vehicle.
For more information, see Update multiple vehicles (AWS CLI) in the Amazon Web Services IoT FleetWise Developer Guide.
batchUpdateVehicleRequest - InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault BatchUpdateVehicleResponse batchUpdateVehicle(Consumer<BatchUpdateVehicleRequest.Builder> batchUpdateVehicleRequest) throws InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Updates a group, or batch, of vehicles.
You must specify a decoder manifest and a vehicle model (model manifest) for each vehicle.
For more information, see Update multiple vehicles (AWS CLI) in the Amazon Web Services IoT FleetWise Developer Guide.
This is a convenience which creates an instance of the BatchUpdateVehicleRequest.Builder avoiding the
need to create one manually via BatchUpdateVehicleRequest.builder()
batchUpdateVehicleRequest - A Consumer that will call methods on BatchUpdateVehicleRequest.Builder to create a
request.InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateCampaignResponse createCampaign(CreateCampaignRequest createCampaignRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, LimitExceededException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Creates an orchestration of data collection rules. The Amazon Web Services IoT FleetWise Edge Agent software running in vehicles uses campaigns to decide how to collect and transfer data to the cloud. You create campaigns in the cloud. After you or your team approve campaigns, Amazon Web Services IoT FleetWise automatically deploys them to vehicles.
For more information, see Collect and transfer data with campaigns in the Amazon Web Services IoT FleetWise Developer Guide.
createCampaignRequest - ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ConflictException - The request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.LimitExceededException - A service quota was exceeded.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateCampaignResponse createCampaign(Consumer<CreateCampaignRequest.Builder> createCampaignRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, LimitExceededException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Creates an orchestration of data collection rules. The Amazon Web Services IoT FleetWise Edge Agent software running in vehicles uses campaigns to decide how to collect and transfer data to the cloud. You create campaigns in the cloud. After you or your team approve campaigns, Amazon Web Services IoT FleetWise automatically deploys them to vehicles.
For more information, see Collect and transfer data with campaigns in the Amazon Web Services IoT FleetWise Developer Guide.
This is a convenience which creates an instance of the CreateCampaignRequest.Builder avoiding the need to
create one manually via CreateCampaignRequest.builder()
createCampaignRequest - A Consumer that will call methods on CreateCampaignRequest.Builder to create a request.ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ConflictException - The request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.LimitExceededException - A service quota was exceeded.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateDecoderManifestResponse createDecoderManifest(CreateDecoderManifestRequest createDecoderManifestRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, LimitExceededException, DecoderManifestValidationException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Creates the decoder manifest associated with a model manifest. To create a decoder manifest, the following must be true:
Every signal decoder has a unique name.
Each signal decoder is associated with a network interface.
Each network interface has a unique ID.
The signal decoders are specified in the model manifest.
createDecoderManifestRequest - ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ConflictException - The request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.LimitExceededException - A service quota was exceeded.DecoderManifestValidationException - The request couldn't be completed because it contains signal decoders with one or more validation errors.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateDecoderManifestResponse createDecoderManifest(Consumer<CreateDecoderManifestRequest.Builder> createDecoderManifestRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, LimitExceededException, DecoderManifestValidationException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Creates the decoder manifest associated with a model manifest. To create a decoder manifest, the following must be true:
Every signal decoder has a unique name.
Each signal decoder is associated with a network interface.
Each network interface has a unique ID.
The signal decoders are specified in the model manifest.
This is a convenience which creates an instance of the CreateDecoderManifestRequest.Builder avoiding the
need to create one manually via CreateDecoderManifestRequest.builder()
createDecoderManifestRequest - A Consumer that will call methods on CreateDecoderManifestRequest.Builder to create a
request.ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ConflictException - The request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.LimitExceededException - A service quota was exceeded.DecoderManifestValidationException - The request couldn't be completed because it contains signal decoders with one or more validation errors.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateFleetResponse createFleet(CreateFleetRequest createFleetRequest) throws InternalServerException, ResourceNotFoundException, ConflictException, LimitExceededException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Creates a fleet that represents a group of vehicles.
You must create both a signal catalog and vehicles before you can create a fleet.
For more information, see Fleets in the Amazon Web Services IoT FleetWise Developer Guide.
createFleetRequest - InternalServerException - The request couldn't be completed because the server temporarily failed.ResourceNotFoundException - The resource wasn't found.ConflictException - The request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.LimitExceededException - A service quota was exceeded.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateFleetResponse createFleet(Consumer<CreateFleetRequest.Builder> createFleetRequest) throws InternalServerException, ResourceNotFoundException, ConflictException, LimitExceededException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Creates a fleet that represents a group of vehicles.
You must create both a signal catalog and vehicles before you can create a fleet.
For more information, see Fleets in the Amazon Web Services IoT FleetWise Developer Guide.
This is a convenience which creates an instance of the CreateFleetRequest.Builder avoiding the need to
create one manually via CreateFleetRequest.builder()
createFleetRequest - A Consumer that will call methods on CreateFleetRequest.Builder to create a request.InternalServerException - The request couldn't be completed because the server temporarily failed.ResourceNotFoundException - The resource wasn't found.ConflictException - The request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.LimitExceededException - A service quota was exceeded.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateModelManifestResponse createModelManifest(CreateModelManifestRequest createModelManifestRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, LimitExceededException, ThrottlingException, ValidationException, InvalidSignalsException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Creates a vehicle model (model manifest) that specifies signals (attributes, branches, sensors, and actuators).
For more information, see Vehicle models in the Amazon Web Services IoT FleetWise Developer Guide.
createModelManifestRequest - ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ConflictException - The request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.LimitExceededException - A service quota was exceeded.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.InvalidSignalsException - The request couldn't be completed because it contains signals that aren't valid.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateModelManifestResponse createModelManifest(Consumer<CreateModelManifestRequest.Builder> createModelManifestRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, LimitExceededException, ThrottlingException, ValidationException, InvalidSignalsException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Creates a vehicle model (model manifest) that specifies signals (attributes, branches, sensors, and actuators).
For more information, see Vehicle models in the Amazon Web Services IoT FleetWise Developer Guide.
This is a convenience which creates an instance of the CreateModelManifestRequest.Builder avoiding the
need to create one manually via CreateModelManifestRequest.builder()
createModelManifestRequest - A Consumer that will call methods on CreateModelManifestRequest.Builder to create a
request.ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ConflictException - The request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.LimitExceededException - A service quota was exceeded.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.InvalidSignalsException - The request couldn't be completed because it contains signals that aren't valid.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateSignalCatalogResponse createSignalCatalog(CreateSignalCatalogRequest createSignalCatalogRequest) throws InternalServerException, ConflictException, LimitExceededException, InvalidNodeException, ThrottlingException, ValidationException, InvalidSignalsException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Creates a collection of standardized signals that can be reused to create vehicle models.
createSignalCatalogRequest - InternalServerException - The request couldn't be completed because the server temporarily failed.ConflictException - The request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.LimitExceededException - A service quota was exceeded.InvalidNodeException - The specified node type doesn't match the expected node type for a node. You can specify the node type as
branch, sensor, actuator, or attribute.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.InvalidSignalsException - The request couldn't be completed because it contains signals that aren't valid.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateSignalCatalogResponse createSignalCatalog(Consumer<CreateSignalCatalogRequest.Builder> createSignalCatalogRequest) throws InternalServerException, ConflictException, LimitExceededException, InvalidNodeException, ThrottlingException, ValidationException, InvalidSignalsException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Creates a collection of standardized signals that can be reused to create vehicle models.
This is a convenience which creates an instance of the CreateSignalCatalogRequest.Builder avoiding the
need to create one manually via CreateSignalCatalogRequest.builder()
createSignalCatalogRequest - A Consumer that will call methods on CreateSignalCatalogRequest.Builder to create a
request.InternalServerException - The request couldn't be completed because the server temporarily failed.ConflictException - The request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.LimitExceededException - A service quota was exceeded.InvalidNodeException - The specified node type doesn't match the expected node type for a node. You can specify the node type as
branch, sensor, actuator, or attribute.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.InvalidSignalsException - The request couldn't be completed because it contains signals that aren't valid.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateVehicleResponse createVehicle(CreateVehicleRequest createVehicleRequest) throws InternalServerException, ResourceNotFoundException, ConflictException, LimitExceededException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Creates a vehicle, which is an instance of a vehicle model (model manifest). Vehicles created from the same vehicle model consist of the same signals inherited from the vehicle model.
If you have an existing Amazon Web Services IoT Thing, you can use Amazon Web Services IoT FleetWise to create a vehicle and collect data from your thing.
For more information, see Create a vehicle (AWS CLI) in the Amazon Web Services IoT FleetWise Developer Guide.
createVehicleRequest - InternalServerException - The request couldn't be completed because the server temporarily failed.ResourceNotFoundException - The resource wasn't found.ConflictException - The request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.LimitExceededException - A service quota was exceeded.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateVehicleResponse createVehicle(Consumer<CreateVehicleRequest.Builder> createVehicleRequest) throws InternalServerException, ResourceNotFoundException, ConflictException, LimitExceededException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Creates a vehicle, which is an instance of a vehicle model (model manifest). Vehicles created from the same vehicle model consist of the same signals inherited from the vehicle model.
If you have an existing Amazon Web Services IoT Thing, you can use Amazon Web Services IoT FleetWise to create a vehicle and collect data from your thing.
For more information, see Create a vehicle (AWS CLI) in the Amazon Web Services IoT FleetWise Developer Guide.
This is a convenience which creates an instance of the CreateVehicleRequest.Builder avoiding the need to
create one manually via CreateVehicleRequest.builder()
createVehicleRequest - A Consumer that will call methods on CreateVehicleRequest.Builder to create a request.InternalServerException - The request couldn't be completed because the server temporarily failed.ResourceNotFoundException - The resource wasn't found.ConflictException - The request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.LimitExceededException - A service quota was exceeded.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteCampaignResponse deleteCampaign(DeleteCampaignRequest deleteCampaignRequest) throws ResourceNotFoundException, InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Deletes a data collection campaign. Deleting a campaign suspends all data collection and removes it from any vehicles.
deleteCampaignRequest - ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteCampaignResponse deleteCampaign(Consumer<DeleteCampaignRequest.Builder> deleteCampaignRequest) throws ResourceNotFoundException, InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Deletes a data collection campaign. Deleting a campaign suspends all data collection and removes it from any vehicles.
This is a convenience which creates an instance of the DeleteCampaignRequest.Builder avoiding the need to
create one manually via DeleteCampaignRequest.builder()
deleteCampaignRequest - A Consumer that will call methods on DeleteCampaignRequest.Builder to create a request.ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteDecoderManifestResponse deleteDecoderManifest(DeleteDecoderManifestRequest deleteDecoderManifestRequest) throws InternalServerException, ConflictException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Deletes a decoder manifest. You can't delete a decoder manifest if it has vehicles associated with it.
If the decoder manifest is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200 response with an empty body.
deleteDecoderManifestRequest - InternalServerException - The request couldn't be completed because the server temporarily failed.ConflictException - The request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteDecoderManifestResponse deleteDecoderManifest(Consumer<DeleteDecoderManifestRequest.Builder> deleteDecoderManifestRequest) throws InternalServerException, ConflictException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Deletes a decoder manifest. You can't delete a decoder manifest if it has vehicles associated with it.
If the decoder manifest is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200 response with an empty body.
This is a convenience which creates an instance of the DeleteDecoderManifestRequest.Builder avoiding the
need to create one manually via DeleteDecoderManifestRequest.builder()
deleteDecoderManifestRequest - A Consumer that will call methods on DeleteDecoderManifestRequest.Builder to create a
request.InternalServerException - The request couldn't be completed because the server temporarily failed.ConflictException - The request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteFleetResponse deleteFleet(DeleteFleetRequest deleteFleetRequest) throws InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Deletes a fleet. Before you delete a fleet, all vehicles must be dissociated from the fleet. For more information, see Delete a fleet (AWS CLI) in the Amazon Web Services IoT FleetWise Developer Guide.
If the fleet is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200 response with an empty body.
deleteFleetRequest - InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteFleetResponse deleteFleet(Consumer<DeleteFleetRequest.Builder> deleteFleetRequest) throws InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Deletes a fleet. Before you delete a fleet, all vehicles must be dissociated from the fleet. For more information, see Delete a fleet (AWS CLI) in the Amazon Web Services IoT FleetWise Developer Guide.
If the fleet is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200 response with an empty body.
This is a convenience which creates an instance of the DeleteFleetRequest.Builder avoiding the need to
create one manually via DeleteFleetRequest.builder()
deleteFleetRequest - A Consumer that will call methods on DeleteFleetRequest.Builder to create a request.InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteModelManifestResponse deleteModelManifest(DeleteModelManifestRequest deleteModelManifestRequest) throws InternalServerException, ConflictException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Deletes a vehicle model (model manifest).
If the vehicle model is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200 response with an empty body.
deleteModelManifestRequest - InternalServerException - The request couldn't be completed because the server temporarily failed.ConflictException - The request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteModelManifestResponse deleteModelManifest(Consumer<DeleteModelManifestRequest.Builder> deleteModelManifestRequest) throws InternalServerException, ConflictException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Deletes a vehicle model (model manifest).
If the vehicle model is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200 response with an empty body.
This is a convenience which creates an instance of the DeleteModelManifestRequest.Builder avoiding the
need to create one manually via DeleteModelManifestRequest.builder()
deleteModelManifestRequest - A Consumer that will call methods on DeleteModelManifestRequest.Builder to create a
request.InternalServerException - The request couldn't be completed because the server temporarily failed.ConflictException - The request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteSignalCatalogResponse deleteSignalCatalog(DeleteSignalCatalogRequest deleteSignalCatalogRequest) throws InternalServerException, ConflictException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Deletes a signal catalog.
If the signal catalog is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200 response with an empty body.
deleteSignalCatalogRequest - InternalServerException - The request couldn't be completed because the server temporarily failed.ConflictException - The request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteSignalCatalogResponse deleteSignalCatalog(Consumer<DeleteSignalCatalogRequest.Builder> deleteSignalCatalogRequest) throws InternalServerException, ConflictException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Deletes a signal catalog.
If the signal catalog is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200 response with an empty body.
This is a convenience which creates an instance of the DeleteSignalCatalogRequest.Builder avoiding the
need to create one manually via DeleteSignalCatalogRequest.builder()
deleteSignalCatalogRequest - A Consumer that will call methods on DeleteSignalCatalogRequest.Builder to create a
request.InternalServerException - The request couldn't be completed because the server temporarily failed.ConflictException - The request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteVehicleResponse deleteVehicle(DeleteVehicleRequest deleteVehicleRequest) throws InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Deletes a vehicle and removes it from any campaigns.
If the vehicle is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200 response with an empty body.
deleteVehicleRequest - InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteVehicleResponse deleteVehicle(Consumer<DeleteVehicleRequest.Builder> deleteVehicleRequest) throws InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Deletes a vehicle and removes it from any campaigns.
If the vehicle is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200 response with an empty body.
This is a convenience which creates an instance of the DeleteVehicleRequest.Builder avoiding the need to
create one manually via DeleteVehicleRequest.builder()
deleteVehicleRequest - A Consumer that will call methods on DeleteVehicleRequest.Builder to create a request.InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisassociateVehicleFleetResponse disassociateVehicleFleet(DisassociateVehicleFleetRequest disassociateVehicleFleetRequest) throws InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Removes, or disassociates, a vehicle from a fleet. Disassociating a vehicle from a fleet doesn't delete the vehicle.
If the vehicle is successfully dissociated from a fleet, Amazon Web Services IoT FleetWise sends back an HTTP 200 response with an empty body.
disassociateVehicleFleetRequest - InternalServerException - The request couldn't be completed because the server temporarily failed.ResourceNotFoundException - The resource wasn't found.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisassociateVehicleFleetResponse disassociateVehicleFleet(Consumer<DisassociateVehicleFleetRequest.Builder> disassociateVehicleFleetRequest) throws InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Removes, or disassociates, a vehicle from a fleet. Disassociating a vehicle from a fleet doesn't delete the vehicle.
If the vehicle is successfully dissociated from a fleet, Amazon Web Services IoT FleetWise sends back an HTTP 200 response with an empty body.
This is a convenience which creates an instance of the DisassociateVehicleFleetRequest.Builder avoiding
the need to create one manually via DisassociateVehicleFleetRequest.builder()
disassociateVehicleFleetRequest - A Consumer that will call methods on DisassociateVehicleFleetRequest.Builder to create a
request.InternalServerException - The request couldn't be completed because the server temporarily failed.ResourceNotFoundException - The resource wasn't found.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetCampaignResponse getCampaign(GetCampaignRequest getCampaignRequest) throws ResourceNotFoundException, InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Retrieves information about a campaign.
getCampaignRequest - ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetCampaignResponse getCampaign(Consumer<GetCampaignRequest.Builder> getCampaignRequest) throws ResourceNotFoundException, InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Retrieves information about a campaign.
This is a convenience which creates an instance of the GetCampaignRequest.Builder avoiding the need to
create one manually via GetCampaignRequest.builder()
getCampaignRequest - A Consumer that will call methods on GetCampaignRequest.Builder to create a request.ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDecoderManifestResponse getDecoderManifest(GetDecoderManifestRequest getDecoderManifestRequest) throws ResourceNotFoundException, InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Retrieves information about a created decoder manifest.
getDecoderManifestRequest - ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDecoderManifestResponse getDecoderManifest(Consumer<GetDecoderManifestRequest.Builder> getDecoderManifestRequest) throws ResourceNotFoundException, InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Retrieves information about a created decoder manifest.
This is a convenience which creates an instance of the GetDecoderManifestRequest.Builder avoiding the
need to create one manually via GetDecoderManifestRequest.builder()
getDecoderManifestRequest - A Consumer that will call methods on GetDecoderManifestRequest.Builder to create a
request.ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetFleetResponse getFleet(GetFleetRequest getFleetRequest) throws InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Retrieves information about a fleet.
getFleetRequest - InternalServerException - The request couldn't be completed because the server temporarily failed.ResourceNotFoundException - The resource wasn't found.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetFleetResponse getFleet(Consumer<GetFleetRequest.Builder> getFleetRequest) throws InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Retrieves information about a fleet.
This is a convenience which creates an instance of the GetFleetRequest.Builder avoiding the need to
create one manually via GetFleetRequest.builder()
getFleetRequest - A Consumer that will call methods on GetFleetRequest.Builder to create a request.InternalServerException - The request couldn't be completed because the server temporarily failed.ResourceNotFoundException - The resource wasn't found.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetLoggingOptionsResponse getLoggingOptions(GetLoggingOptionsRequest getLoggingOptionsRequest) throws InternalServerException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Retrieves the logging options.
getLoggingOptionsRequest - InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetLoggingOptionsResponse getLoggingOptions(Consumer<GetLoggingOptionsRequest.Builder> getLoggingOptionsRequest) throws InternalServerException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Retrieves the logging options.
This is a convenience which creates an instance of the GetLoggingOptionsRequest.Builder avoiding the need
to create one manually via GetLoggingOptionsRequest.builder()
getLoggingOptionsRequest - A Consumer that will call methods on GetLoggingOptionsRequest.Builder to create a request.InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetModelManifestResponse getModelManifest(GetModelManifestRequest getModelManifestRequest) throws ResourceNotFoundException, InternalServerException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Retrieves information about a vehicle model (model manifest).
getModelManifestRequest - ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetModelManifestResponse getModelManifest(Consumer<GetModelManifestRequest.Builder> getModelManifestRequest) throws ResourceNotFoundException, InternalServerException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Retrieves information about a vehicle model (model manifest).
This is a convenience which creates an instance of the GetModelManifestRequest.Builder avoiding the need
to create one manually via GetModelManifestRequest.builder()
getModelManifestRequest - A Consumer that will call methods on GetModelManifestRequest.Builder to create a request.ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetRegisterAccountStatusResponse getRegisterAccountStatus(GetRegisterAccountStatusRequest getRegisterAccountStatusRequest) throws ResourceNotFoundException, InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Retrieves information about the status of registering your Amazon Web Services account, IAM, and Amazon Timestream resources so that Amazon Web Services IoT FleetWise can transfer your vehicle data to the Amazon Web Services Cloud.
For more information, including step-by-step procedures, see Setting up Amazon Web Services IoT FleetWise.
This API operation doesn't require input parameters.
getRegisterAccountStatusRequest - ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetRegisterAccountStatusResponse getRegisterAccountStatus(Consumer<GetRegisterAccountStatusRequest.Builder> getRegisterAccountStatusRequest) throws ResourceNotFoundException, InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Retrieves information about the status of registering your Amazon Web Services account, IAM, and Amazon Timestream resources so that Amazon Web Services IoT FleetWise can transfer your vehicle data to the Amazon Web Services Cloud.
For more information, including step-by-step procedures, see Setting up Amazon Web Services IoT FleetWise.
This API operation doesn't require input parameters.
This is a convenience which creates an instance of the GetRegisterAccountStatusRequest.Builder avoiding
the need to create one manually via GetRegisterAccountStatusRequest.builder()
getRegisterAccountStatusRequest - A Consumer that will call methods on GetRegisterAccountStatusRequest.Builder to create a
request.ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetSignalCatalogResponse getSignalCatalog(GetSignalCatalogRequest getSignalCatalogRequest) throws ResourceNotFoundException, InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Retrieves information about a signal catalog.
getSignalCatalogRequest - ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetSignalCatalogResponse getSignalCatalog(Consumer<GetSignalCatalogRequest.Builder> getSignalCatalogRequest) throws ResourceNotFoundException, InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Retrieves information about a signal catalog.
This is a convenience which creates an instance of the GetSignalCatalogRequest.Builder avoiding the need
to create one manually via GetSignalCatalogRequest.builder()
getSignalCatalogRequest - A Consumer that will call methods on GetSignalCatalogRequest.Builder to create a request.ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetVehicleResponse getVehicle(GetVehicleRequest getVehicleRequest) throws InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Retrieves information about a vehicle.
getVehicleRequest - InternalServerException - The request couldn't be completed because the server temporarily failed.ResourceNotFoundException - The resource wasn't found.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetVehicleResponse getVehicle(Consumer<GetVehicleRequest.Builder> getVehicleRequest) throws InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Retrieves information about a vehicle.
This is a convenience which creates an instance of the GetVehicleRequest.Builder avoiding the need to
create one manually via GetVehicleRequest.builder()
getVehicleRequest - A Consumer that will call methods on GetVehicleRequest.Builder to create a request.InternalServerException - The request couldn't be completed because the server temporarily failed.ResourceNotFoundException - The resource wasn't found.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetVehicleStatusResponse getVehicleStatus(GetVehicleStatusRequest getVehicleStatusRequest) throws ResourceNotFoundException, InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Retrieves information about the status of a vehicle with any associated campaigns.
getVehicleStatusRequest - ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetVehicleStatusResponse getVehicleStatus(Consumer<GetVehicleStatusRequest.Builder> getVehicleStatusRequest) throws ResourceNotFoundException, InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Retrieves information about the status of a vehicle with any associated campaigns.
This is a convenience which creates an instance of the GetVehicleStatusRequest.Builder avoiding the need
to create one manually via GetVehicleStatusRequest.builder()
getVehicleStatusRequest - A Consumer that will call methods on GetVehicleStatusRequest.Builder to create a request.ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetVehicleStatusIterable getVehicleStatusPaginator(GetVehicleStatusRequest getVehicleStatusRequest) throws ResourceNotFoundException, InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Retrieves information about the status of a vehicle with any associated campaigns.
This is a variant of
getVehicleStatus(software.amazon.awssdk.services.iotfleetwise.model.GetVehicleStatusRequest) operation.
The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotfleetwise.paginators.GetVehicleStatusIterable responses = client.getVehicleStatusPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotfleetwise.paginators.GetVehicleStatusIterable responses = client
.getVehicleStatusPaginator(request);
for (software.amazon.awssdk.services.iotfleetwise.model.GetVehicleStatusResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotfleetwise.paginators.GetVehicleStatusIterable responses = client.getVehicleStatusPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
getVehicleStatus(software.amazon.awssdk.services.iotfleetwise.model.GetVehicleStatusRequest)
operation.
getVehicleStatusRequest - ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetVehicleStatusIterable getVehicleStatusPaginator(Consumer<GetVehicleStatusRequest.Builder> getVehicleStatusRequest) throws ResourceNotFoundException, InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Retrieves information about the status of a vehicle with any associated campaigns.
This is a variant of
getVehicleStatus(software.amazon.awssdk.services.iotfleetwise.model.GetVehicleStatusRequest) operation.
The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotfleetwise.paginators.GetVehicleStatusIterable responses = client.getVehicleStatusPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotfleetwise.paginators.GetVehicleStatusIterable responses = client
.getVehicleStatusPaginator(request);
for (software.amazon.awssdk.services.iotfleetwise.model.GetVehicleStatusResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotfleetwise.paginators.GetVehicleStatusIterable responses = client.getVehicleStatusPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
getVehicleStatus(software.amazon.awssdk.services.iotfleetwise.model.GetVehicleStatusRequest)
operation.
This is a convenience which creates an instance of the GetVehicleStatusRequest.Builder avoiding the need
to create one manually via GetVehicleStatusRequest.builder()
getVehicleStatusRequest - A Consumer that will call methods on GetVehicleStatusRequest.Builder to create a request.ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ImportDecoderManifestResponse importDecoderManifest(ImportDecoderManifestRequest importDecoderManifestRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, DecoderManifestValidationException, ThrottlingException, ValidationException, InvalidSignalsException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Creates a decoder manifest using your existing CAN DBC file from your local device.
importDecoderManifestRequest - ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ConflictException - The request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.DecoderManifestValidationException - The request couldn't be completed because it contains signal decoders with one or more validation errors.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.InvalidSignalsException - The request couldn't be completed because it contains signals that aren't valid.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ImportDecoderManifestResponse importDecoderManifest(Consumer<ImportDecoderManifestRequest.Builder> importDecoderManifestRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, DecoderManifestValidationException, ThrottlingException, ValidationException, InvalidSignalsException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Creates a decoder manifest using your existing CAN DBC file from your local device.
This is a convenience which creates an instance of the ImportDecoderManifestRequest.Builder avoiding the
need to create one manually via ImportDecoderManifestRequest.builder()
importDecoderManifestRequest - A Consumer that will call methods on ImportDecoderManifestRequest.Builder to create a
request.ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ConflictException - The request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.DecoderManifestValidationException - The request couldn't be completed because it contains signal decoders with one or more validation errors.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.InvalidSignalsException - The request couldn't be completed because it contains signals that aren't valid.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ImportSignalCatalogResponse importSignalCatalog(ImportSignalCatalogRequest importSignalCatalogRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, LimitExceededException, ThrottlingException, ValidationException, InvalidSignalsException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Creates a signal catalog using your existing VSS formatted content from your local device.
importSignalCatalogRequest - ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ConflictException - The request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.LimitExceededException - A service quota was exceeded.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.InvalidSignalsException - The request couldn't be completed because it contains signals that aren't valid.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ImportSignalCatalogResponse importSignalCatalog(Consumer<ImportSignalCatalogRequest.Builder> importSignalCatalogRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, LimitExceededException, ThrottlingException, ValidationException, InvalidSignalsException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Creates a signal catalog using your existing VSS formatted content from your local device.
This is a convenience which creates an instance of the ImportSignalCatalogRequest.Builder avoiding the
need to create one manually via ImportSignalCatalogRequest.builder()
importSignalCatalogRequest - A Consumer that will call methods on ImportSignalCatalogRequest.Builder to create a
request.ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ConflictException - The request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.LimitExceededException - A service quota was exceeded.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.InvalidSignalsException - The request couldn't be completed because it contains signals that aren't valid.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListCampaignsResponse listCampaigns(ListCampaignsRequest listCampaignsRequest) throws InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Lists information about created campaigns.
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
listCampaignsRequest - InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListCampaignsResponse listCampaigns(Consumer<ListCampaignsRequest.Builder> listCampaignsRequest) throws InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Lists information about created campaigns.
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
This is a convenience which creates an instance of the ListCampaignsRequest.Builder avoiding the need to
create one manually via ListCampaignsRequest.builder()
listCampaignsRequest - A Consumer that will call methods on ListCampaignsRequest.Builder to create a request.InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListCampaignsIterable listCampaignsPaginator(ListCampaignsRequest listCampaignsRequest) throws InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Lists information about created campaigns.
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
This is a variant of
listCampaigns(software.amazon.awssdk.services.iotfleetwise.model.ListCampaignsRequest) operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotfleetwise.paginators.ListCampaignsIterable responses = client.listCampaignsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotfleetwise.paginators.ListCampaignsIterable responses = client
.listCampaignsPaginator(request);
for (software.amazon.awssdk.services.iotfleetwise.model.ListCampaignsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotfleetwise.paginators.ListCampaignsIterable responses = client.listCampaignsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listCampaigns(software.amazon.awssdk.services.iotfleetwise.model.ListCampaignsRequest) operation.
listCampaignsRequest - InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListCampaignsIterable listCampaignsPaginator(Consumer<ListCampaignsRequest.Builder> listCampaignsRequest) throws InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Lists information about created campaigns.
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
This is a variant of
listCampaigns(software.amazon.awssdk.services.iotfleetwise.model.ListCampaignsRequest) operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotfleetwise.paginators.ListCampaignsIterable responses = client.listCampaignsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotfleetwise.paginators.ListCampaignsIterable responses = client
.listCampaignsPaginator(request);
for (software.amazon.awssdk.services.iotfleetwise.model.ListCampaignsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotfleetwise.paginators.ListCampaignsIterable responses = client.listCampaignsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listCampaigns(software.amazon.awssdk.services.iotfleetwise.model.ListCampaignsRequest) operation.
This is a convenience which creates an instance of the ListCampaignsRequest.Builder avoiding the need to
create one manually via ListCampaignsRequest.builder()
listCampaignsRequest - A Consumer that will call methods on ListCampaignsRequest.Builder to create a request.InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDecoderManifestNetworkInterfacesResponse listDecoderManifestNetworkInterfaces(ListDecoderManifestNetworkInterfacesRequest listDecoderManifestNetworkInterfacesRequest) throws ResourceNotFoundException, InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Lists the network interfaces specified in a decoder manifest.
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
listDecoderManifestNetworkInterfacesRequest - ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDecoderManifestNetworkInterfacesResponse listDecoderManifestNetworkInterfaces(Consumer<ListDecoderManifestNetworkInterfacesRequest.Builder> listDecoderManifestNetworkInterfacesRequest) throws ResourceNotFoundException, InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Lists the network interfaces specified in a decoder manifest.
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
This is a convenience which creates an instance of the
ListDecoderManifestNetworkInterfacesRequest.Builder avoiding the need to create one manually via
ListDecoderManifestNetworkInterfacesRequest.builder()
listDecoderManifestNetworkInterfacesRequest - A Consumer that will call methods on ListDecoderManifestNetworkInterfacesRequest.Builder
to create a request.ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDecoderManifestNetworkInterfacesIterable listDecoderManifestNetworkInterfacesPaginator(ListDecoderManifestNetworkInterfacesRequest listDecoderManifestNetworkInterfacesRequest) throws ResourceNotFoundException, InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Lists the network interfaces specified in a decoder manifest.
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
This is a variant of
listDecoderManifestNetworkInterfaces(software.amazon.awssdk.services.iotfleetwise.model.ListDecoderManifestNetworkInterfacesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotfleetwise.paginators.ListDecoderManifestNetworkInterfacesIterable responses = client.listDecoderManifestNetworkInterfacesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotfleetwise.paginators.ListDecoderManifestNetworkInterfacesIterable responses = client
.listDecoderManifestNetworkInterfacesPaginator(request);
for (software.amazon.awssdk.services.iotfleetwise.model.ListDecoderManifestNetworkInterfacesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotfleetwise.paginators.ListDecoderManifestNetworkInterfacesIterable responses = client.listDecoderManifestNetworkInterfacesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDecoderManifestNetworkInterfaces(software.amazon.awssdk.services.iotfleetwise.model.ListDecoderManifestNetworkInterfacesRequest)
operation.
listDecoderManifestNetworkInterfacesRequest - ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDecoderManifestNetworkInterfacesIterable listDecoderManifestNetworkInterfacesPaginator(Consumer<ListDecoderManifestNetworkInterfacesRequest.Builder> listDecoderManifestNetworkInterfacesRequest) throws ResourceNotFoundException, InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Lists the network interfaces specified in a decoder manifest.
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
This is a variant of
listDecoderManifestNetworkInterfaces(software.amazon.awssdk.services.iotfleetwise.model.ListDecoderManifestNetworkInterfacesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotfleetwise.paginators.ListDecoderManifestNetworkInterfacesIterable responses = client.listDecoderManifestNetworkInterfacesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotfleetwise.paginators.ListDecoderManifestNetworkInterfacesIterable responses = client
.listDecoderManifestNetworkInterfacesPaginator(request);
for (software.amazon.awssdk.services.iotfleetwise.model.ListDecoderManifestNetworkInterfacesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotfleetwise.paginators.ListDecoderManifestNetworkInterfacesIterable responses = client.listDecoderManifestNetworkInterfacesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDecoderManifestNetworkInterfaces(software.amazon.awssdk.services.iotfleetwise.model.ListDecoderManifestNetworkInterfacesRequest)
operation.
This is a convenience which creates an instance of the
ListDecoderManifestNetworkInterfacesRequest.Builder avoiding the need to create one manually via
ListDecoderManifestNetworkInterfacesRequest.builder()
listDecoderManifestNetworkInterfacesRequest - A Consumer that will call methods on ListDecoderManifestNetworkInterfacesRequest.Builder
to create a request.ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDecoderManifestSignalsResponse listDecoderManifestSignals(ListDecoderManifestSignalsRequest listDecoderManifestSignalsRequest) throws ResourceNotFoundException, InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
A list of information about signal decoders specified in a decoder manifest.
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
listDecoderManifestSignalsRequest - ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDecoderManifestSignalsResponse listDecoderManifestSignals(Consumer<ListDecoderManifestSignalsRequest.Builder> listDecoderManifestSignalsRequest) throws ResourceNotFoundException, InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
A list of information about signal decoders specified in a decoder manifest.
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
This is a convenience which creates an instance of the ListDecoderManifestSignalsRequest.Builder avoiding
the need to create one manually via ListDecoderManifestSignalsRequest.builder()
listDecoderManifestSignalsRequest - A Consumer that will call methods on ListDecoderManifestSignalsRequest.Builder to create a
request.ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDecoderManifestSignalsIterable listDecoderManifestSignalsPaginator(ListDecoderManifestSignalsRequest listDecoderManifestSignalsRequest) throws ResourceNotFoundException, InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
A list of information about signal decoders specified in a decoder manifest.
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
This is a variant of
listDecoderManifestSignals(software.amazon.awssdk.services.iotfleetwise.model.ListDecoderManifestSignalsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotfleetwise.paginators.ListDecoderManifestSignalsIterable responses = client.listDecoderManifestSignalsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotfleetwise.paginators.ListDecoderManifestSignalsIterable responses = client
.listDecoderManifestSignalsPaginator(request);
for (software.amazon.awssdk.services.iotfleetwise.model.ListDecoderManifestSignalsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotfleetwise.paginators.ListDecoderManifestSignalsIterable responses = client.listDecoderManifestSignalsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDecoderManifestSignals(software.amazon.awssdk.services.iotfleetwise.model.ListDecoderManifestSignalsRequest)
operation.
listDecoderManifestSignalsRequest - ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDecoderManifestSignalsIterable listDecoderManifestSignalsPaginator(Consumer<ListDecoderManifestSignalsRequest.Builder> listDecoderManifestSignalsRequest) throws ResourceNotFoundException, InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
A list of information about signal decoders specified in a decoder manifest.
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
This is a variant of
listDecoderManifestSignals(software.amazon.awssdk.services.iotfleetwise.model.ListDecoderManifestSignalsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotfleetwise.paginators.ListDecoderManifestSignalsIterable responses = client.listDecoderManifestSignalsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotfleetwise.paginators.ListDecoderManifestSignalsIterable responses = client
.listDecoderManifestSignalsPaginator(request);
for (software.amazon.awssdk.services.iotfleetwise.model.ListDecoderManifestSignalsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotfleetwise.paginators.ListDecoderManifestSignalsIterable responses = client.listDecoderManifestSignalsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDecoderManifestSignals(software.amazon.awssdk.services.iotfleetwise.model.ListDecoderManifestSignalsRequest)
operation.
This is a convenience which creates an instance of the ListDecoderManifestSignalsRequest.Builder avoiding
the need to create one manually via ListDecoderManifestSignalsRequest.builder()
listDecoderManifestSignalsRequest - A Consumer that will call methods on ListDecoderManifestSignalsRequest.Builder to create a
request.ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDecoderManifestsResponse listDecoderManifests(ListDecoderManifestsRequest listDecoderManifestsRequest) throws InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Lists decoder manifests.
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
listDecoderManifestsRequest - InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDecoderManifestsResponse listDecoderManifests(Consumer<ListDecoderManifestsRequest.Builder> listDecoderManifestsRequest) throws InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Lists decoder manifests.
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
This is a convenience which creates an instance of the ListDecoderManifestsRequest.Builder avoiding the
need to create one manually via ListDecoderManifestsRequest.builder()
listDecoderManifestsRequest - A Consumer that will call methods on ListDecoderManifestsRequest.Builder to create a
request.InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDecoderManifestsIterable listDecoderManifestsPaginator(ListDecoderManifestsRequest listDecoderManifestsRequest) throws InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Lists decoder manifests.
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
This is a variant of
listDecoderManifests(software.amazon.awssdk.services.iotfleetwise.model.ListDecoderManifestsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotfleetwise.paginators.ListDecoderManifestsIterable responses = client.listDecoderManifestsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotfleetwise.paginators.ListDecoderManifestsIterable responses = client
.listDecoderManifestsPaginator(request);
for (software.amazon.awssdk.services.iotfleetwise.model.ListDecoderManifestsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotfleetwise.paginators.ListDecoderManifestsIterable responses = client.listDecoderManifestsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDecoderManifests(software.amazon.awssdk.services.iotfleetwise.model.ListDecoderManifestsRequest)
operation.
listDecoderManifestsRequest - InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDecoderManifestsIterable listDecoderManifestsPaginator(Consumer<ListDecoderManifestsRequest.Builder> listDecoderManifestsRequest) throws InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Lists decoder manifests.
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
This is a variant of
listDecoderManifests(software.amazon.awssdk.services.iotfleetwise.model.ListDecoderManifestsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotfleetwise.paginators.ListDecoderManifestsIterable responses = client.listDecoderManifestsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotfleetwise.paginators.ListDecoderManifestsIterable responses = client
.listDecoderManifestsPaginator(request);
for (software.amazon.awssdk.services.iotfleetwise.model.ListDecoderManifestsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotfleetwise.paginators.ListDecoderManifestsIterable responses = client.listDecoderManifestsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDecoderManifests(software.amazon.awssdk.services.iotfleetwise.model.ListDecoderManifestsRequest)
operation.
This is a convenience which creates an instance of the ListDecoderManifestsRequest.Builder avoiding the
need to create one manually via ListDecoderManifestsRequest.builder()
listDecoderManifestsRequest - A Consumer that will call methods on ListDecoderManifestsRequest.Builder to create a
request.InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListFleetsResponse listFleets(ListFleetsRequest listFleetsRequest) throws InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Retrieves information for each created fleet in an Amazon Web Services account.
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
listFleetsRequest - InternalServerException - The request couldn't be completed because the server temporarily failed.ResourceNotFoundException - The resource wasn't found.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListFleetsResponse listFleets(Consumer<ListFleetsRequest.Builder> listFleetsRequest) throws InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Retrieves information for each created fleet in an Amazon Web Services account.
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
This is a convenience which creates an instance of the ListFleetsRequest.Builder avoiding the need to
create one manually via ListFleetsRequest.builder()
listFleetsRequest - A Consumer that will call methods on ListFleetsRequest.Builder to create a request.InternalServerException - The request couldn't be completed because the server temporarily failed.ResourceNotFoundException - The resource wasn't found.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListFleetsIterable listFleetsPaginator(ListFleetsRequest listFleetsRequest) throws InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Retrieves information for each created fleet in an Amazon Web Services account.
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
This is a variant of listFleets(software.amazon.awssdk.services.iotfleetwise.model.ListFleetsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotfleetwise.paginators.ListFleetsIterable responses = client.listFleetsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotfleetwise.paginators.ListFleetsIterable responses = client.listFleetsPaginator(request);
for (software.amazon.awssdk.services.iotfleetwise.model.ListFleetsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotfleetwise.paginators.ListFleetsIterable responses = client.listFleetsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listFleets(software.amazon.awssdk.services.iotfleetwise.model.ListFleetsRequest) operation.
listFleetsRequest - InternalServerException - The request couldn't be completed because the server temporarily failed.ResourceNotFoundException - The resource wasn't found.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListFleetsIterable listFleetsPaginator(Consumer<ListFleetsRequest.Builder> listFleetsRequest) throws InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Retrieves information for each created fleet in an Amazon Web Services account.
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
This is a variant of listFleets(software.amazon.awssdk.services.iotfleetwise.model.ListFleetsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotfleetwise.paginators.ListFleetsIterable responses = client.listFleetsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotfleetwise.paginators.ListFleetsIterable responses = client.listFleetsPaginator(request);
for (software.amazon.awssdk.services.iotfleetwise.model.ListFleetsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotfleetwise.paginators.ListFleetsIterable responses = client.listFleetsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listFleets(software.amazon.awssdk.services.iotfleetwise.model.ListFleetsRequest) operation.
This is a convenience which creates an instance of the ListFleetsRequest.Builder avoiding the need to
create one manually via ListFleetsRequest.builder()
listFleetsRequest - A Consumer that will call methods on ListFleetsRequest.Builder to create a request.InternalServerException - The request couldn't be completed because the server temporarily failed.ResourceNotFoundException - The resource wasn't found.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListFleetsForVehicleResponse listFleetsForVehicle(ListFleetsForVehicleRequest listFleetsForVehicleRequest) throws InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Retrieves a list of IDs for all fleets that the vehicle is associated with.
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
listFleetsForVehicleRequest - InternalServerException - The request couldn't be completed because the server temporarily failed.ResourceNotFoundException - The resource wasn't found.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListFleetsForVehicleResponse listFleetsForVehicle(Consumer<ListFleetsForVehicleRequest.Builder> listFleetsForVehicleRequest) throws InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Retrieves a list of IDs for all fleets that the vehicle is associated with.
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
This is a convenience which creates an instance of the ListFleetsForVehicleRequest.Builder avoiding the
need to create one manually via ListFleetsForVehicleRequest.builder()
listFleetsForVehicleRequest - A Consumer that will call methods on ListFleetsForVehicleRequest.Builder to create a
request.InternalServerException - The request couldn't be completed because the server temporarily failed.ResourceNotFoundException - The resource wasn't found.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListFleetsForVehicleIterable listFleetsForVehiclePaginator(ListFleetsForVehicleRequest listFleetsForVehicleRequest) throws InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Retrieves a list of IDs for all fleets that the vehicle is associated with.
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
This is a variant of
listFleetsForVehicle(software.amazon.awssdk.services.iotfleetwise.model.ListFleetsForVehicleRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotfleetwise.paginators.ListFleetsForVehicleIterable responses = client.listFleetsForVehiclePaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotfleetwise.paginators.ListFleetsForVehicleIterable responses = client
.listFleetsForVehiclePaginator(request);
for (software.amazon.awssdk.services.iotfleetwise.model.ListFleetsForVehicleResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotfleetwise.paginators.ListFleetsForVehicleIterable responses = client.listFleetsForVehiclePaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listFleetsForVehicle(software.amazon.awssdk.services.iotfleetwise.model.ListFleetsForVehicleRequest)
operation.
listFleetsForVehicleRequest - InternalServerException - The request couldn't be completed because the server temporarily failed.ResourceNotFoundException - The resource wasn't found.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListFleetsForVehicleIterable listFleetsForVehiclePaginator(Consumer<ListFleetsForVehicleRequest.Builder> listFleetsForVehicleRequest) throws InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Retrieves a list of IDs for all fleets that the vehicle is associated with.
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
This is a variant of
listFleetsForVehicle(software.amazon.awssdk.services.iotfleetwise.model.ListFleetsForVehicleRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotfleetwise.paginators.ListFleetsForVehicleIterable responses = client.listFleetsForVehiclePaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotfleetwise.paginators.ListFleetsForVehicleIterable responses = client
.listFleetsForVehiclePaginator(request);
for (software.amazon.awssdk.services.iotfleetwise.model.ListFleetsForVehicleResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotfleetwise.paginators.ListFleetsForVehicleIterable responses = client.listFleetsForVehiclePaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listFleetsForVehicle(software.amazon.awssdk.services.iotfleetwise.model.ListFleetsForVehicleRequest)
operation.
This is a convenience which creates an instance of the ListFleetsForVehicleRequest.Builder avoiding the
need to create one manually via ListFleetsForVehicleRequest.builder()
listFleetsForVehicleRequest - A Consumer that will call methods on ListFleetsForVehicleRequest.Builder to create a
request.InternalServerException - The request couldn't be completed because the server temporarily failed.ResourceNotFoundException - The resource wasn't found.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListModelManifestNodesResponse listModelManifestNodes(ListModelManifestNodesRequest listModelManifestNodesRequest) throws InternalServerException, ResourceNotFoundException, LimitExceededException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Lists information about nodes specified in a vehicle model (model manifest).
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
listModelManifestNodesRequest - InternalServerException - The request couldn't be completed because the server temporarily failed.ResourceNotFoundException - The resource wasn't found.LimitExceededException - A service quota was exceeded.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListModelManifestNodesResponse listModelManifestNodes(Consumer<ListModelManifestNodesRequest.Builder> listModelManifestNodesRequest) throws InternalServerException, ResourceNotFoundException, LimitExceededException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Lists information about nodes specified in a vehicle model (model manifest).
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
This is a convenience which creates an instance of the ListModelManifestNodesRequest.Builder avoiding the
need to create one manually via ListModelManifestNodesRequest.builder()
listModelManifestNodesRequest - A Consumer that will call methods on ListModelManifestNodesRequest.Builder to create a
request.InternalServerException - The request couldn't be completed because the server temporarily failed.ResourceNotFoundException - The resource wasn't found.LimitExceededException - A service quota was exceeded.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListModelManifestNodesIterable listModelManifestNodesPaginator(ListModelManifestNodesRequest listModelManifestNodesRequest) throws InternalServerException, ResourceNotFoundException, LimitExceededException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Lists information about nodes specified in a vehicle model (model manifest).
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
This is a variant of
listModelManifestNodes(software.amazon.awssdk.services.iotfleetwise.model.ListModelManifestNodesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotfleetwise.paginators.ListModelManifestNodesIterable responses = client.listModelManifestNodesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotfleetwise.paginators.ListModelManifestNodesIterable responses = client
.listModelManifestNodesPaginator(request);
for (software.amazon.awssdk.services.iotfleetwise.model.ListModelManifestNodesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotfleetwise.paginators.ListModelManifestNodesIterable responses = client.listModelManifestNodesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listModelManifestNodes(software.amazon.awssdk.services.iotfleetwise.model.ListModelManifestNodesRequest)
operation.
listModelManifestNodesRequest - InternalServerException - The request couldn't be completed because the server temporarily failed.ResourceNotFoundException - The resource wasn't found.LimitExceededException - A service quota was exceeded.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListModelManifestNodesIterable listModelManifestNodesPaginator(Consumer<ListModelManifestNodesRequest.Builder> listModelManifestNodesRequest) throws InternalServerException, ResourceNotFoundException, LimitExceededException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Lists information about nodes specified in a vehicle model (model manifest).
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
This is a variant of
listModelManifestNodes(software.amazon.awssdk.services.iotfleetwise.model.ListModelManifestNodesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotfleetwise.paginators.ListModelManifestNodesIterable responses = client.listModelManifestNodesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotfleetwise.paginators.ListModelManifestNodesIterable responses = client
.listModelManifestNodesPaginator(request);
for (software.amazon.awssdk.services.iotfleetwise.model.ListModelManifestNodesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotfleetwise.paginators.ListModelManifestNodesIterable responses = client.listModelManifestNodesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listModelManifestNodes(software.amazon.awssdk.services.iotfleetwise.model.ListModelManifestNodesRequest)
operation.
This is a convenience which creates an instance of the ListModelManifestNodesRequest.Builder avoiding the
need to create one manually via ListModelManifestNodesRequest.builder()
listModelManifestNodesRequest - A Consumer that will call methods on ListModelManifestNodesRequest.Builder to create a
request.InternalServerException - The request couldn't be completed because the server temporarily failed.ResourceNotFoundException - The resource wasn't found.LimitExceededException - A service quota was exceeded.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListModelManifestsResponse listModelManifests(ListModelManifestsRequest listModelManifestsRequest) throws InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Retrieves a list of vehicle models (model manifests).
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
listModelManifestsRequest - InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListModelManifestsResponse listModelManifests(Consumer<ListModelManifestsRequest.Builder> listModelManifestsRequest) throws InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Retrieves a list of vehicle models (model manifests).
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
This is a convenience which creates an instance of the ListModelManifestsRequest.Builder avoiding the
need to create one manually via ListModelManifestsRequest.builder()
listModelManifestsRequest - A Consumer that will call methods on ListModelManifestsRequest.Builder to create a
request.InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListModelManifestsIterable listModelManifestsPaginator(ListModelManifestsRequest listModelManifestsRequest) throws InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Retrieves a list of vehicle models (model manifests).
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
This is a variant of
listModelManifests(software.amazon.awssdk.services.iotfleetwise.model.ListModelManifestsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotfleetwise.paginators.ListModelManifestsIterable responses = client.listModelManifestsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotfleetwise.paginators.ListModelManifestsIterable responses = client
.listModelManifestsPaginator(request);
for (software.amazon.awssdk.services.iotfleetwise.model.ListModelManifestsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotfleetwise.paginators.ListModelManifestsIterable responses = client.listModelManifestsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listModelManifests(software.amazon.awssdk.services.iotfleetwise.model.ListModelManifestsRequest)
operation.
listModelManifestsRequest - InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListModelManifestsIterable listModelManifestsPaginator(Consumer<ListModelManifestsRequest.Builder> listModelManifestsRequest) throws InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Retrieves a list of vehicle models (model manifests).
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
This is a variant of
listModelManifests(software.amazon.awssdk.services.iotfleetwise.model.ListModelManifestsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotfleetwise.paginators.ListModelManifestsIterable responses = client.listModelManifestsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotfleetwise.paginators.ListModelManifestsIterable responses = client
.listModelManifestsPaginator(request);
for (software.amazon.awssdk.services.iotfleetwise.model.ListModelManifestsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotfleetwise.paginators.ListModelManifestsIterable responses = client.listModelManifestsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listModelManifests(software.amazon.awssdk.services.iotfleetwise.model.ListModelManifestsRequest)
operation.
This is a convenience which creates an instance of the ListModelManifestsRequest.Builder avoiding the
need to create one manually via ListModelManifestsRequest.builder()
listModelManifestsRequest - A Consumer that will call methods on ListModelManifestsRequest.Builder to create a
request.InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListSignalCatalogNodesResponse listSignalCatalogNodes(ListSignalCatalogNodesRequest listSignalCatalogNodesRequest) throws InternalServerException, ResourceNotFoundException, LimitExceededException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Lists of information about the signals (nodes) specified in a signal catalog.
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
listSignalCatalogNodesRequest - InternalServerException - The request couldn't be completed because the server temporarily failed.ResourceNotFoundException - The resource wasn't found.LimitExceededException - A service quota was exceeded.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListSignalCatalogNodesResponse listSignalCatalogNodes(Consumer<ListSignalCatalogNodesRequest.Builder> listSignalCatalogNodesRequest) throws InternalServerException, ResourceNotFoundException, LimitExceededException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Lists of information about the signals (nodes) specified in a signal catalog.
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
This is a convenience which creates an instance of the ListSignalCatalogNodesRequest.Builder avoiding the
need to create one manually via ListSignalCatalogNodesRequest.builder()
listSignalCatalogNodesRequest - A Consumer that will call methods on ListSignalCatalogNodesRequest.Builder to create a
request.InternalServerException - The request couldn't be completed because the server temporarily failed.ResourceNotFoundException - The resource wasn't found.LimitExceededException - A service quota was exceeded.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListSignalCatalogNodesIterable listSignalCatalogNodesPaginator(ListSignalCatalogNodesRequest listSignalCatalogNodesRequest) throws InternalServerException, ResourceNotFoundException, LimitExceededException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Lists of information about the signals (nodes) specified in a signal catalog.
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
This is a variant of
listSignalCatalogNodes(software.amazon.awssdk.services.iotfleetwise.model.ListSignalCatalogNodesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotfleetwise.paginators.ListSignalCatalogNodesIterable responses = client.listSignalCatalogNodesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotfleetwise.paginators.ListSignalCatalogNodesIterable responses = client
.listSignalCatalogNodesPaginator(request);
for (software.amazon.awssdk.services.iotfleetwise.model.ListSignalCatalogNodesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotfleetwise.paginators.ListSignalCatalogNodesIterable responses = client.listSignalCatalogNodesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listSignalCatalogNodes(software.amazon.awssdk.services.iotfleetwise.model.ListSignalCatalogNodesRequest)
operation.
listSignalCatalogNodesRequest - InternalServerException - The request couldn't be completed because the server temporarily failed.ResourceNotFoundException - The resource wasn't found.LimitExceededException - A service quota was exceeded.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListSignalCatalogNodesIterable listSignalCatalogNodesPaginator(Consumer<ListSignalCatalogNodesRequest.Builder> listSignalCatalogNodesRequest) throws InternalServerException, ResourceNotFoundException, LimitExceededException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Lists of information about the signals (nodes) specified in a signal catalog.
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
This is a variant of
listSignalCatalogNodes(software.amazon.awssdk.services.iotfleetwise.model.ListSignalCatalogNodesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotfleetwise.paginators.ListSignalCatalogNodesIterable responses = client.listSignalCatalogNodesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotfleetwise.paginators.ListSignalCatalogNodesIterable responses = client
.listSignalCatalogNodesPaginator(request);
for (software.amazon.awssdk.services.iotfleetwise.model.ListSignalCatalogNodesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotfleetwise.paginators.ListSignalCatalogNodesIterable responses = client.listSignalCatalogNodesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listSignalCatalogNodes(software.amazon.awssdk.services.iotfleetwise.model.ListSignalCatalogNodesRequest)
operation.
This is a convenience which creates an instance of the ListSignalCatalogNodesRequest.Builder avoiding the
need to create one manually via ListSignalCatalogNodesRequest.builder()
listSignalCatalogNodesRequest - A Consumer that will call methods on ListSignalCatalogNodesRequest.Builder to create a
request.InternalServerException - The request couldn't be completed because the server temporarily failed.ResourceNotFoundException - The resource wasn't found.LimitExceededException - A service quota was exceeded.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListSignalCatalogsResponse listSignalCatalogs(ListSignalCatalogsRequest listSignalCatalogsRequest) throws InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Lists all the created signal catalogs in an Amazon Web Services account.
You can use to list information about each signal (node) specified in a signal catalog.
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
listSignalCatalogsRequest - InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListSignalCatalogsResponse listSignalCatalogs(Consumer<ListSignalCatalogsRequest.Builder> listSignalCatalogsRequest) throws InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Lists all the created signal catalogs in an Amazon Web Services account.
You can use to list information about each signal (node) specified in a signal catalog.
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
This is a convenience which creates an instance of the ListSignalCatalogsRequest.Builder avoiding the
need to create one manually via ListSignalCatalogsRequest.builder()
listSignalCatalogsRequest - A Consumer that will call methods on ListSignalCatalogsRequest.Builder to create a
request.InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListSignalCatalogsIterable listSignalCatalogsPaginator(ListSignalCatalogsRequest listSignalCatalogsRequest) throws InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Lists all the created signal catalogs in an Amazon Web Services account.
You can use to list information about each signal (node) specified in a signal catalog.
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
This is a variant of
listSignalCatalogs(software.amazon.awssdk.services.iotfleetwise.model.ListSignalCatalogsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotfleetwise.paginators.ListSignalCatalogsIterable responses = client.listSignalCatalogsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotfleetwise.paginators.ListSignalCatalogsIterable responses = client
.listSignalCatalogsPaginator(request);
for (software.amazon.awssdk.services.iotfleetwise.model.ListSignalCatalogsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotfleetwise.paginators.ListSignalCatalogsIterable responses = client.listSignalCatalogsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listSignalCatalogs(software.amazon.awssdk.services.iotfleetwise.model.ListSignalCatalogsRequest)
operation.
listSignalCatalogsRequest - InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListSignalCatalogsIterable listSignalCatalogsPaginator(Consumer<ListSignalCatalogsRequest.Builder> listSignalCatalogsRequest) throws InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Lists all the created signal catalogs in an Amazon Web Services account.
You can use to list information about each signal (node) specified in a signal catalog.
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
This is a variant of
listSignalCatalogs(software.amazon.awssdk.services.iotfleetwise.model.ListSignalCatalogsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotfleetwise.paginators.ListSignalCatalogsIterable responses = client.listSignalCatalogsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotfleetwise.paginators.ListSignalCatalogsIterable responses = client
.listSignalCatalogsPaginator(request);
for (software.amazon.awssdk.services.iotfleetwise.model.ListSignalCatalogsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotfleetwise.paginators.ListSignalCatalogsIterable responses = client.listSignalCatalogsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listSignalCatalogs(software.amazon.awssdk.services.iotfleetwise.model.ListSignalCatalogsRequest)
operation.
This is a convenience which creates an instance of the ListSignalCatalogsRequest.Builder avoiding the
need to create one manually via ListSignalCatalogsRequest.builder()
listSignalCatalogsRequest - A Consumer that will call methods on ListSignalCatalogsRequest.Builder to create a
request.InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListTagsForResourceResponse listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) throws ResourceNotFoundException, InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Lists the tags (metadata) you have assigned to the resource.
listTagsForResourceRequest - ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListTagsForResourceResponse listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) throws ResourceNotFoundException, InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Lists the tags (metadata) you have assigned to the resource.
This is a convenience which creates an instance of the ListTagsForResourceRequest.Builder avoiding the
need to create one manually via ListTagsForResourceRequest.builder()
listTagsForResourceRequest - A Consumer that will call methods on ListTagsForResourceRequest.Builder to create a
request.ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListVehiclesResponse listVehicles(ListVehiclesRequest listVehiclesRequest) throws InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Retrieves a list of summaries of created vehicles.
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
listVehiclesRequest - InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListVehiclesResponse listVehicles(Consumer<ListVehiclesRequest.Builder> listVehiclesRequest) throws InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Retrieves a list of summaries of created vehicles.
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
This is a convenience which creates an instance of the ListVehiclesRequest.Builder avoiding the need to
create one manually via ListVehiclesRequest.builder()
listVehiclesRequest - A Consumer that will call methods on ListVehiclesRequest.Builder to create a request.InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListVehiclesIterable listVehiclesPaginator(ListVehiclesRequest listVehiclesRequest) throws InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Retrieves a list of summaries of created vehicles.
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
This is a variant of
listVehicles(software.amazon.awssdk.services.iotfleetwise.model.ListVehiclesRequest) operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotfleetwise.paginators.ListVehiclesIterable responses = client.listVehiclesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotfleetwise.paginators.ListVehiclesIterable responses = client
.listVehiclesPaginator(request);
for (software.amazon.awssdk.services.iotfleetwise.model.ListVehiclesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotfleetwise.paginators.ListVehiclesIterable responses = client.listVehiclesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listVehicles(software.amazon.awssdk.services.iotfleetwise.model.ListVehiclesRequest) operation.
listVehiclesRequest - InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListVehiclesIterable listVehiclesPaginator(Consumer<ListVehiclesRequest.Builder> listVehiclesRequest) throws InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Retrieves a list of summaries of created vehicles.
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
This is a variant of
listVehicles(software.amazon.awssdk.services.iotfleetwise.model.ListVehiclesRequest) operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotfleetwise.paginators.ListVehiclesIterable responses = client.listVehiclesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotfleetwise.paginators.ListVehiclesIterable responses = client
.listVehiclesPaginator(request);
for (software.amazon.awssdk.services.iotfleetwise.model.ListVehiclesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotfleetwise.paginators.ListVehiclesIterable responses = client.listVehiclesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listVehicles(software.amazon.awssdk.services.iotfleetwise.model.ListVehiclesRequest) operation.
This is a convenience which creates an instance of the ListVehiclesRequest.Builder avoiding the need to
create one manually via ListVehiclesRequest.builder()
listVehiclesRequest - A Consumer that will call methods on ListVehiclesRequest.Builder to create a request.InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListVehiclesInFleetResponse listVehiclesInFleet(ListVehiclesInFleetRequest listVehiclesInFleetRequest) throws InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Retrieves a list of summaries of all vehicles associated with a fleet.
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
listVehiclesInFleetRequest - InternalServerException - The request couldn't be completed because the server temporarily failed.ResourceNotFoundException - The resource wasn't found.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListVehiclesInFleetResponse listVehiclesInFleet(Consumer<ListVehiclesInFleetRequest.Builder> listVehiclesInFleetRequest) throws InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Retrieves a list of summaries of all vehicles associated with a fleet.
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
This is a convenience which creates an instance of the ListVehiclesInFleetRequest.Builder avoiding the
need to create one manually via ListVehiclesInFleetRequest.builder()
listVehiclesInFleetRequest - A Consumer that will call methods on ListVehiclesInFleetRequest.Builder to create a
request.InternalServerException - The request couldn't be completed because the server temporarily failed.ResourceNotFoundException - The resource wasn't found.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListVehiclesInFleetIterable listVehiclesInFleetPaginator(ListVehiclesInFleetRequest listVehiclesInFleetRequest) throws InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Retrieves a list of summaries of all vehicles associated with a fleet.
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
This is a variant of
listVehiclesInFleet(software.amazon.awssdk.services.iotfleetwise.model.ListVehiclesInFleetRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotfleetwise.paginators.ListVehiclesInFleetIterable responses = client.listVehiclesInFleetPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotfleetwise.paginators.ListVehiclesInFleetIterable responses = client
.listVehiclesInFleetPaginator(request);
for (software.amazon.awssdk.services.iotfleetwise.model.ListVehiclesInFleetResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotfleetwise.paginators.ListVehiclesInFleetIterable responses = client.listVehiclesInFleetPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listVehiclesInFleet(software.amazon.awssdk.services.iotfleetwise.model.ListVehiclesInFleetRequest)
operation.
listVehiclesInFleetRequest - InternalServerException - The request couldn't be completed because the server temporarily failed.ResourceNotFoundException - The resource wasn't found.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListVehiclesInFleetIterable listVehiclesInFleetPaginator(Consumer<ListVehiclesInFleetRequest.Builder> listVehiclesInFleetRequest) throws InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Retrieves a list of summaries of all vehicles associated with a fleet.
This API operation uses pagination. Specify the nextToken parameter in the request to return more
results.
This is a variant of
listVehiclesInFleet(software.amazon.awssdk.services.iotfleetwise.model.ListVehiclesInFleetRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotfleetwise.paginators.ListVehiclesInFleetIterable responses = client.listVehiclesInFleetPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotfleetwise.paginators.ListVehiclesInFleetIterable responses = client
.listVehiclesInFleetPaginator(request);
for (software.amazon.awssdk.services.iotfleetwise.model.ListVehiclesInFleetResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotfleetwise.paginators.ListVehiclesInFleetIterable responses = client.listVehiclesInFleetPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listVehiclesInFleet(software.amazon.awssdk.services.iotfleetwise.model.ListVehiclesInFleetRequest)
operation.
This is a convenience which creates an instance of the ListVehiclesInFleetRequest.Builder avoiding the
need to create one manually via ListVehiclesInFleetRequest.builder()
listVehiclesInFleetRequest - A Consumer that will call methods on ListVehiclesInFleetRequest.Builder to create a
request.InternalServerException - The request couldn't be completed because the server temporarily failed.ResourceNotFoundException - The resource wasn't found.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutLoggingOptionsResponse putLoggingOptions(PutLoggingOptionsRequest putLoggingOptionsRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Creates or updates the logging option.
putLoggingOptionsRequest - ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ConflictException - The request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutLoggingOptionsResponse putLoggingOptions(Consumer<PutLoggingOptionsRequest.Builder> putLoggingOptionsRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Creates or updates the logging option.
This is a convenience which creates an instance of the PutLoggingOptionsRequest.Builder avoiding the need
to create one manually via PutLoggingOptionsRequest.builder()
putLoggingOptionsRequest - A Consumer that will call methods on PutLoggingOptionsRequest.Builder to create a request.ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ConflictException - The request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault RegisterAccountResponse registerAccount(RegisterAccountRequest registerAccountRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Registers your Amazon Web Services account, IAM, and Amazon Timestream resources so Amazon Web Services IoT FleetWise can transfer your vehicle data to the Amazon Web Services Cloud. For more information, including step-by-step procedures, see Setting up Amazon Web Services IoT FleetWise.
An Amazon Web Services account is not the same thing as a "user account". An Amazon Web Services user is an identity that you create using Identity and Access Management (IAM) and takes the form of either an IAM user or an IAM role, both with credentials. A single Amazon Web Services account can, and typically does, contain many users and roles.
registerAccountRequest - ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ConflictException - The request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault RegisterAccountResponse registerAccount(Consumer<RegisterAccountRequest.Builder> registerAccountRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Registers your Amazon Web Services account, IAM, and Amazon Timestream resources so Amazon Web Services IoT FleetWise can transfer your vehicle data to the Amazon Web Services Cloud. For more information, including step-by-step procedures, see Setting up Amazon Web Services IoT FleetWise.
An Amazon Web Services account is not the same thing as a "user account". An Amazon Web Services user is an identity that you create using Identity and Access Management (IAM) and takes the form of either an IAM user or an IAM role, both with credentials. A single Amazon Web Services account can, and typically does, contain many users and roles.
This is a convenience which creates an instance of the RegisterAccountRequest.Builder avoiding the need
to create one manually via RegisterAccountRequest.builder()
registerAccountRequest - A Consumer that will call methods on RegisterAccountRequest.Builder to create a request.ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ConflictException - The request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault TagResourceResponse tagResource(TagResourceRequest tagResourceRequest) throws ResourceNotFoundException, InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Adds to or modifies the tags of the given resource. Tags are metadata which can be used to manage a resource.
tagResourceRequest - ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault TagResourceResponse tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) throws ResourceNotFoundException, InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Adds to or modifies the tags of the given resource. Tags are metadata which can be used to manage a resource.
This is a convenience which creates an instance of the TagResourceRequest.Builder avoiding the need to
create one manually via TagResourceRequest.builder()
tagResourceRequest - A Consumer that will call methods on TagResourceRequest.Builder to create a request.ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UntagResourceResponse untagResource(UntagResourceRequest untagResourceRequest) throws ResourceNotFoundException, InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Removes the given tags (metadata) from the resource.
untagResourceRequest - ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UntagResourceResponse untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) throws ResourceNotFoundException, InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Removes the given tags (metadata) from the resource.
This is a convenience which creates an instance of the UntagResourceRequest.Builder avoiding the need to
create one manually via UntagResourceRequest.builder()
untagResourceRequest - A Consumer that will call methods on UntagResourceRequest.Builder to create a request.ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateCampaignResponse updateCampaign(UpdateCampaignRequest updateCampaignRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Updates a campaign.
updateCampaignRequest - ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ConflictException - The request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateCampaignResponse updateCampaign(Consumer<UpdateCampaignRequest.Builder> updateCampaignRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Updates a campaign.
This is a convenience which creates an instance of the UpdateCampaignRequest.Builder avoiding the need to
create one manually via UpdateCampaignRequest.builder()
updateCampaignRequest - A Consumer that will call methods on UpdateCampaignRequest.Builder to create a request.ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ConflictException - The request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateDecoderManifestResponse updateDecoderManifest(UpdateDecoderManifestRequest updateDecoderManifestRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, LimitExceededException, DecoderManifestValidationException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Updates a decoder manifest.
A decoder manifest can only be updated when the status is DRAFT. Only ACTIVE decoder
manifests can be associated with vehicles.
updateDecoderManifestRequest - ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ConflictException - The request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.LimitExceededException - A service quota was exceeded.DecoderManifestValidationException - The request couldn't be completed because it contains signal decoders with one or more validation errors.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateDecoderManifestResponse updateDecoderManifest(Consumer<UpdateDecoderManifestRequest.Builder> updateDecoderManifestRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, LimitExceededException, DecoderManifestValidationException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Updates a decoder manifest.
A decoder manifest can only be updated when the status is DRAFT. Only ACTIVE decoder
manifests can be associated with vehicles.
This is a convenience which creates an instance of the UpdateDecoderManifestRequest.Builder avoiding the
need to create one manually via UpdateDecoderManifestRequest.builder()
updateDecoderManifestRequest - A Consumer that will call methods on UpdateDecoderManifestRequest.Builder to create a
request.ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ConflictException - The request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.LimitExceededException - A service quota was exceeded.DecoderManifestValidationException - The request couldn't be completed because it contains signal decoders with one or more validation errors.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateFleetResponse updateFleet(UpdateFleetRequest updateFleetRequest) throws InternalServerException, ResourceNotFoundException, ConflictException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Updates the description of an existing fleet.
If the fleet is successfully updated, Amazon Web Services IoT FleetWise sends back an HTTP 200 response with an empty HTTP body.
updateFleetRequest - InternalServerException - The request couldn't be completed because the server temporarily failed.ResourceNotFoundException - The resource wasn't found.ConflictException - The request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateFleetResponse updateFleet(Consumer<UpdateFleetRequest.Builder> updateFleetRequest) throws InternalServerException, ResourceNotFoundException, ConflictException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Updates the description of an existing fleet.
If the fleet is successfully updated, Amazon Web Services IoT FleetWise sends back an HTTP 200 response with an empty HTTP body.
This is a convenience which creates an instance of the UpdateFleetRequest.Builder avoiding the need to
create one manually via UpdateFleetRequest.builder()
updateFleetRequest - A Consumer that will call methods on UpdateFleetRequest.Builder to create a request.InternalServerException - The request couldn't be completed because the server temporarily failed.ResourceNotFoundException - The resource wasn't found.ConflictException - The request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateModelManifestResponse updateModelManifest(UpdateModelManifestRequest updateModelManifestRequest) throws InternalServerException, ResourceNotFoundException, ConflictException, ThrottlingException, ValidationException, InvalidSignalsException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Updates a vehicle model (model manifest). If created vehicles are associated with a vehicle model, it can't be updated.
updateModelManifestRequest - InternalServerException - The request couldn't be completed because the server temporarily failed.ResourceNotFoundException - The resource wasn't found.ConflictException - The request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.InvalidSignalsException - The request couldn't be completed because it contains signals that aren't valid.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateModelManifestResponse updateModelManifest(Consumer<UpdateModelManifestRequest.Builder> updateModelManifestRequest) throws InternalServerException, ResourceNotFoundException, ConflictException, ThrottlingException, ValidationException, InvalidSignalsException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Updates a vehicle model (model manifest). If created vehicles are associated with a vehicle model, it can't be updated.
This is a convenience which creates an instance of the UpdateModelManifestRequest.Builder avoiding the
need to create one manually via UpdateModelManifestRequest.builder()
updateModelManifestRequest - A Consumer that will call methods on UpdateModelManifestRequest.Builder to create a
request.InternalServerException - The request couldn't be completed because the server temporarily failed.ResourceNotFoundException - The resource wasn't found.ConflictException - The request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.InvalidSignalsException - The request couldn't be completed because it contains signals that aren't valid.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateSignalCatalogResponse updateSignalCatalog(UpdateSignalCatalogRequest updateSignalCatalogRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, LimitExceededException, InvalidNodeException, ThrottlingException, InvalidSignalsException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Updates a signal catalog.
updateSignalCatalogRequest - ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ConflictException - The request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.LimitExceededException - A service quota was exceeded.InvalidNodeException - The specified node type doesn't match the expected node type for a node. You can specify the node type as
branch, sensor, actuator, or attribute.ThrottlingException - The request couldn't be completed due to throttling.InvalidSignalsException - The request couldn't be completed because it contains signals that aren't valid.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateSignalCatalogResponse updateSignalCatalog(Consumer<UpdateSignalCatalogRequest.Builder> updateSignalCatalogRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, LimitExceededException, InvalidNodeException, ThrottlingException, InvalidSignalsException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Updates a signal catalog.
This is a convenience which creates an instance of the UpdateSignalCatalogRequest.Builder avoiding the
need to create one manually via UpdateSignalCatalogRequest.builder()
updateSignalCatalogRequest - A Consumer that will call methods on UpdateSignalCatalogRequest.Builder to create a
request.ResourceNotFoundException - The resource wasn't found.InternalServerException - The request couldn't be completed because the server temporarily failed.ConflictException - The request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.LimitExceededException - A service quota was exceeded.InvalidNodeException - The specified node type doesn't match the expected node type for a node. You can specify the node type as
branch, sensor, actuator, or attribute.ThrottlingException - The request couldn't be completed due to throttling.InvalidSignalsException - The request couldn't be completed because it contains signals that aren't valid.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateVehicleResponse updateVehicle(UpdateVehicleRequest updateVehicleRequest) throws InternalServerException, ResourceNotFoundException, ConflictException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Updates a vehicle.
updateVehicleRequest - InternalServerException - The request couldn't be completed because the server temporarily failed.ResourceNotFoundException - The resource wasn't found.ConflictException - The request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateVehicleResponse updateVehicle(Consumer<UpdateVehicleRequest.Builder> updateVehicleRequest) throws InternalServerException, ResourceNotFoundException, ConflictException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, IoTFleetWiseException
Updates a vehicle.
This is a convenience which creates an instance of the UpdateVehicleRequest.Builder avoiding the need to
create one manually via UpdateVehicleRequest.builder()
updateVehicleRequest - A Consumer that will call methods on UpdateVehicleRequest.Builder to create a request.InternalServerException - The request couldn't be completed because the server temporarily failed.ResourceNotFoundException - The resource wasn't found.ConflictException - The request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.ThrottlingException - The request couldn't be completed due to throttling.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.AccessDeniedException - You don't have sufficient permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTFleetWiseException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptionstatic ServiceMetadata serviceMetadata()
Copyright © 2022. All rights reserved.