Uses of Class
software.amazon.awssdk.services.iam.model.Group
-
Packages that use Group Package Description software.amazon.awssdk.services.iam.model software.amazon.awssdk.services.iam.paginators -
-
Uses of Group in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return Group Modifier and Type Method Description GroupCreateGroupResponse. group()A structure containing details about the new group.GroupGetGroupResponse. group()A structure that contains details about the group.Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type Group Modifier and Type Method Description List<Group>ListGroupsForUserResponse. groups()A list of groups.List<Group>ListGroupsResponse. groups()A list of groups.Methods in software.amazon.awssdk.services.iam.model with parameters of type Group Modifier and Type Method Description CreateGroupResponse.BuilderCreateGroupResponse.Builder. group(Group group)A structure containing details about the new group.GetGroupResponse.BuilderGetGroupResponse.Builder. group(Group group)A structure that contains details about the group.ListGroupsForUserResponse.BuilderListGroupsForUserResponse.Builder. groups(Group... groups)A list of groups.ListGroupsResponse.BuilderListGroupsResponse.Builder. groups(Group... groups)A list of groups.Method parameters in software.amazon.awssdk.services.iam.model with type arguments of type Group Modifier and Type Method Description ListGroupsForUserResponse.BuilderListGroupsForUserResponse.Builder. groups(Collection<Group> groups)A list of groups.ListGroupsResponse.BuilderListGroupsResponse.Builder. groups(Collection<Group> groups)A list of groups. -
Uses of Group in software.amazon.awssdk.services.iam.paginators
Methods in software.amazon.awssdk.services.iam.paginators that return types with arguments of type Group Modifier and Type Method Description SdkIterable<Group>ListGroupsForUserIterable. groups()Returns an iterable to iterate through the paginatedListGroupsForUserResponse.groups()member.SdkPublisher<Group>ListGroupsForUserPublisher. groups()Returns a publisher that can be used to get a stream of data.SdkIterable<Group>ListGroupsIterable. groups()Returns an iterable to iterate through the paginatedListGroupsResponse.groups()member.SdkPublisher<Group>ListGroupsPublisher. groups()Returns a publisher that can be used to get a stream of data.
-