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 response object for a created group.GroupTypeGetGroupResponse. group()A container for the requested group.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 GroupType Modifier and Type Method Description List<GroupType>AdminListGroupsForUserResponse. groups()An array of groups and information about them.List<GroupType>ListGroupsResponse. groups()An array of groups and their details.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 response object for a created group.GetGroupResponse.BuilderGetGroupResponse.Builder. group(GroupType group)A container for the requested group.UpdateGroupResponse.BuilderUpdateGroupResponse.Builder. group(GroupType group)Contains the updated details of the group, including precedence, IAM role, and description.AdminListGroupsForUserResponse.BuilderAdminListGroupsForUserResponse.Builder. groups(GroupType... groups)An array of groups and information about them.ListGroupsResponse.BuilderListGroupsResponse.Builder. groups(GroupType... groups)An array of groups and their details.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)An array of groups and information about them.ListGroupsResponse.BuilderListGroupsResponse.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 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.
-