Uses of Class
software.amazon.awssdk.services.resourcegroups.model.Group
-
Packages that use Group Package Description software.amazon.awssdk.services.resourcegroups.model -
-
Uses of Group in software.amazon.awssdk.services.resourcegroups.model
Methods in software.amazon.awssdk.services.resourcegroups.model that return Group Modifier and Type Method Description GroupCreateGroupResponse. group()The description of the resource group.GroupDeleteGroupResponse. group()A full description of the deleted resource group.GroupGetGroupResponse. group()A structure that contains the metadata details for the specified resource group.GroupUpdateGroupResponse. group()The update description of the resource group.Methods in software.amazon.awssdk.services.resourcegroups.model that return types with arguments of type Group Modifier and Type Method Description List<Group>ListGroupsResponse. groups()Deprecated.This field is deprecated, use GroupIdentifiers instead.Methods in software.amazon.awssdk.services.resourcegroups.model with parameters of type Group Modifier and Type Method Description CreateGroupResponse.BuilderCreateGroupResponse.Builder. group(Group group)The description of the resource group.DeleteGroupResponse.BuilderDeleteGroupResponse.Builder. group(Group group)A full description of the deleted resource group.GetGroupResponse.BuilderGetGroupResponse.Builder. group(Group group)A structure that contains the metadata details for the specified resource group.UpdateGroupResponse.BuilderUpdateGroupResponse.Builder. group(Group group)The update description of the resource group.ListGroupsResponse.BuilderListGroupsResponse.Builder. groups(Group... groups)Deprecated.This field is deprecated, use GroupIdentifiers instead.Method parameters in software.amazon.awssdk.services.resourcegroups.model with type arguments of type Group Modifier and Type Method Description ListGroupsResponse.BuilderListGroupsResponse.Builder. groups(Collection<Group> groups)Deprecated.This field is deprecated, use GroupIdentifiers instead.
-