Uses of Class
software.amazon.awssdk.services.greengrass.model.GroupVersion
-
Packages that use GroupVersion Package Description software.amazon.awssdk.services.greengrass.model -
-
Uses of GroupVersion in software.amazon.awssdk.services.greengrass.model
Methods in software.amazon.awssdk.services.greengrass.model that return GroupVersion Modifier and Type Method Description GroupVersionGetGroupVersionResponse. definition()Information about the group version definition.GroupVersionCreateGroupRequest. initialVersion()Information about the initial version of the group.Methods in software.amazon.awssdk.services.greengrass.model with parameters of type GroupVersion Modifier and Type Method Description GetGroupVersionResponse.BuilderGetGroupVersionResponse.Builder. definition(GroupVersion definition)Information about the group version definition.CreateGroupRequest.BuilderCreateGroupRequest.Builder. initialVersion(GroupVersion initialVersion)Information about the initial version of the group.
-