Uses of Class
software.amazon.awssdk.services.greengrass.model.DeviceDefinitionVersion
-
Packages that use DeviceDefinitionVersion Package Description software.amazon.awssdk.services.greengrass.model -
-
Uses of DeviceDefinitionVersion in software.amazon.awssdk.services.greengrass.model
Methods in software.amazon.awssdk.services.greengrass.model that return DeviceDefinitionVersion Modifier and Type Method Description DeviceDefinitionVersionGetDeviceDefinitionVersionResponse. definition()Information about the device definition version.DeviceDefinitionVersionCreateDeviceDefinitionRequest. initialVersion()Information about the initial version of the device definition.Methods in software.amazon.awssdk.services.greengrass.model with parameters of type DeviceDefinitionVersion Modifier and Type Method Description GetDeviceDefinitionVersionResponse.BuilderGetDeviceDefinitionVersionResponse.Builder. definition(DeviceDefinitionVersion definition)Information about the device definition version.CreateDeviceDefinitionRequest.BuilderCreateDeviceDefinitionRequest.Builder. initialVersion(DeviceDefinitionVersion initialVersion)Information about the initial version of the device definition.
-