Uses of Class
software.amazon.awssdk.services.greengrass.model.GroupInformation
-
Packages that use GroupInformation Package Description software.amazon.awssdk.services.greengrass.model -
-
Uses of GroupInformation in software.amazon.awssdk.services.greengrass.model
Methods in software.amazon.awssdk.services.greengrass.model that return types with arguments of type GroupInformation Modifier and Type Method Description List<GroupInformation>ListGroupsResponse. groups()Information about a group.Methods in software.amazon.awssdk.services.greengrass.model with parameters of type GroupInformation Modifier and Type Method Description ListGroupsResponse.BuilderListGroupsResponse.Builder. groups(GroupInformation... groups)Information about a group.Method parameters in software.amazon.awssdk.services.greengrass.model with type arguments of type GroupInformation Modifier and Type Method Description ListGroupsResponse.BuilderListGroupsResponse.Builder. groups(Collection<GroupInformation> groups)Information about a group.
-