Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.CustomStruct
-
Packages that use CustomStruct Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of CustomStruct in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return CustomStruct Modifier and Type Method Description CustomStructNode. struct()Represents a complex or higher-order data structure.Methods in software.amazon.awssdk.services.iotfleetwise.model with parameters of type CustomStruct Modifier and Type Method Description static NodeNode. fromStruct(CustomStruct struct)Create an instance of this class withNode.struct()initialized to the given value.Node.BuilderNode.Builder. struct(CustomStruct struct)Represents a complex or higher-order data structure.
-