Uses of Interface
software.amazon.awssdk.services.iotfleetwise.model.CustomDecodingInterface.Builder
-
Packages that use CustomDecodingInterface.Builder Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of CustomDecodingInterface.Builder in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return CustomDecodingInterface.Builder Modifier and Type Method Description static CustomDecodingInterface.BuilderCustomDecodingInterface. builder()CustomDecodingInterface.BuilderCustomDecodingInterface.Builder. name(String name)The name of the interface.CustomDecodingInterface.BuilderCustomDecodingInterface. toBuilder()Methods in software.amazon.awssdk.services.iotfleetwise.model that return types with arguments of type CustomDecodingInterface.Builder Modifier and Type Method Description static Class<? extends CustomDecodingInterface.Builder>CustomDecodingInterface. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotfleetwise.model with type arguments of type CustomDecodingInterface.Builder Modifier and Type Method Description default NetworkInterface.BuilderNetworkInterface.Builder. customDecodingInterface(Consumer<CustomDecodingInterface.Builder> customDecodingInterface)Information about a custom network interface.
-