Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.GroupType
-
Packages that use GroupType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model software.amazon.awssdk.services.cognitoidentityprovider.paginators -
-
Uses of GroupType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return GroupType Modifier and Type Method Description GroupTypeCreateGroupResponse. group()The group object for the group.GroupTypeGetGroupResponse. group()The group object for the group.GroupTypeUpdateGroupResponse. group()The group object for the group.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type GroupType Modifier and Type Method Description List<GroupType>AdminListGroupsForUserResponse. groups()The groups that the user belongs to.List<GroupType>ListGroupsResponse. groups()The group objects for the groups.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type GroupType Modifier and Type Method Description CreateGroupResponse.BuilderCreateGroupResponse.Builder. group(GroupType group)The group object for the group.GetGroupResponse.BuilderGetGroupResponse.Builder. group(GroupType group)The group object for the group.UpdateGroupResponse.BuilderUpdateGroupResponse.Builder. group(GroupType group)The group object for the group.AdminListGroupsForUserResponse.BuilderAdminListGroupsForUserResponse.Builder. groups(GroupType... groups)The groups that the user belongs to.ListGroupsResponse.BuilderListGroupsResponse.Builder. groups(GroupType... groups)The group objects for the groups.Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type GroupType Modifier and Type Method Description AdminListGroupsForUserResponse.BuilderAdminListGroupsForUserResponse.Builder. groups(Collection<GroupType> groups)The groups that the user belongs to.ListGroupsResponse.BuilderListGroupsResponse.Builder. groups(Collection<GroupType> groups)The group objects for the groups. -
Uses of GroupType in software.amazon.awssdk.services.cognitoidentityprovider.paginators
Methods in software.amazon.awssdk.services.cognitoidentityprovider.paginators that return types with arguments of type GroupType Modifier and Type Method Description SdkIterable<GroupType>AdminListGroupsForUserIterable. groups()Returns an iterable to iterate through the paginatedAdminListGroupsForUserResponse.groups()member.SdkPublisher<GroupType>AdminListGroupsForUserPublisher. groups()Returns a publisher that can be used to get a stream of data.SdkIterable<GroupType>ListGroupsIterable. groups()Returns an iterable to iterate through the paginatedListGroupsResponse.groups()member.SdkPublisher<GroupType>ListGroupsPublisher. groups()Returns a publisher that can be used to get a stream of data.
-