Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.VehicleAssociationBehavior
-
Packages that use VehicleAssociationBehavior Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of VehicleAssociationBehavior in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return VehicleAssociationBehavior Modifier and Type Method Description VehicleAssociationBehaviorCreateVehicleRequest. associationBehavior()An option to create a new Amazon Web Services IoT thing when creating a vehicle, or to validate an existing Amazon Web Services IoT thing as a vehicle.VehicleAssociationBehaviorCreateVehicleRequestItem. associationBehavior()An option to create a new Amazon Web Services IoT thing when creating a vehicle, or to validate an existing thing as a vehicle.static VehicleAssociationBehaviorVehicleAssociationBehavior. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static VehicleAssociationBehaviorVehicleAssociationBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static VehicleAssociationBehavior[]VehicleAssociationBehavior. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iotfleetwise.model that return types with arguments of type VehicleAssociationBehavior Modifier and Type Method Description static Set<VehicleAssociationBehavior>VehicleAssociationBehavior. knownValues()Methods in software.amazon.awssdk.services.iotfleetwise.model with parameters of type VehicleAssociationBehavior Modifier and Type Method Description CreateVehicleRequest.BuilderCreateVehicleRequest.Builder. associationBehavior(VehicleAssociationBehavior associationBehavior)An option to create a new Amazon Web Services IoT thing when creating a vehicle, or to validate an existing Amazon Web Services IoT thing as a vehicle.CreateVehicleRequestItem.BuilderCreateVehicleRequestItem.Builder. associationBehavior(VehicleAssociationBehavior associationBehavior)An option to create a new Amazon Web Services IoT thing when creating a vehicle, or to validate an existing thing as a vehicle.
-