Uses of Class
software.amazon.awssdk.services.greengrass.model.CoreDefinitionVersion
-
Packages that use CoreDefinitionVersion Package Description software.amazon.awssdk.services.greengrass.model -
-
Uses of CoreDefinitionVersion in software.amazon.awssdk.services.greengrass.model
Methods in software.amazon.awssdk.services.greengrass.model that return CoreDefinitionVersion Modifier and Type Method Description CoreDefinitionVersionGetCoreDefinitionVersionResponse. definition()Information about the core definition version.CoreDefinitionVersionCreateCoreDefinitionRequest. initialVersion()Information about the initial version of the core definition.Methods in software.amazon.awssdk.services.greengrass.model with parameters of type CoreDefinitionVersion Modifier and Type Method Description GetCoreDefinitionVersionResponse.BuilderGetCoreDefinitionVersionResponse.Builder. definition(CoreDefinitionVersion definition)Information about the core definition version.CreateCoreDefinitionRequest.BuilderCreateCoreDefinitionRequest.Builder. initialVersion(CoreDefinitionVersion initialVersion)Information about the initial version of the core definition.
-