Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.ListUsersInGroupResponse.Builder
-
Packages that use ListUsersInGroupResponse.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of ListUsersInGroupResponse.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return ListUsersInGroupResponse.Builder Modifier and Type Method Description static ListUsersInGroupResponse.BuilderListUsersInGroupResponse. builder()ListUsersInGroupResponse.BuilderListUsersInGroupResponse.Builder. nextToken(String nextToken)The identifier that Amazon Cognito returned with the previous request to this operation.ListUsersInGroupResponse.BuilderListUsersInGroupResponse. toBuilder()ListUsersInGroupResponse.BuilderListUsersInGroupResponse.Builder. users(Collection<UserType> users)An array of users who are members in the group, and their attributes.ListUsersInGroupResponse.BuilderListUsersInGroupResponse.Builder. users(Consumer<UserType.Builder>... users)An array of users who are members in the group, and their attributes.ListUsersInGroupResponse.BuilderListUsersInGroupResponse.Builder. users(UserType... users)An array of users who are members in the group, and their attributes.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type ListUsersInGroupResponse.Builder Modifier and Type Method Description static Class<? extends ListUsersInGroupResponse.Builder>ListUsersInGroupResponse. serializableBuilderClass()
-