Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.GroupType
Packages that use GroupType
Package
Description
-
Uses of GroupType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return GroupTypeModifier and TypeMethodDescriptionfinal GroupTypeCreateGroupResponse.group()The response object for a created group.final GroupTypeGetGroupResponse.group()A container for the requested group.final GroupTypeUpdateGroupResponse.group()Contains the updated details of the group, including precedence, IAM role, and description.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type GroupTypeModifier and TypeMethodDescriptionAdminListGroupsForUserResponse.groups()An array of groups and information about them.ListGroupsResponse.groups()An array of groups and their details.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type GroupTypeModifier and TypeMethodDescriptionThe response object for a created group.A container for the requested group.Contains the updated details of the group, including precedence, IAM role, and description.An array of groups and information about them.An array of groups and their details.Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type GroupTypeModifier and TypeMethodDescriptionAdminListGroupsForUserResponse.Builder.groups(Collection<GroupType> groups) An array of groups and information about them.ListGroupsResponse.Builder.groups(Collection<GroupType> groups) An array of groups and their details. -
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 GroupTypeModifier and TypeMethodDescriptionfinal SdkIterable<GroupType>AdminListGroupsForUserIterable.groups()Returns an iterable to iterate through the paginatedAdminListGroupsForUserResponse.groups()member.final SdkPublisher<GroupType>AdminListGroupsForUserPublisher.groups()Returns a publisher that can be used to get a stream of data.final SdkIterable<GroupType>ListGroupsIterable.groups()Returns an iterable to iterate through the paginatedListGroupsResponse.groups()member.final SdkPublisher<GroupType>ListGroupsPublisher.groups()Returns a publisher that can be used to get a stream of data.