Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.AdminListGroupsForUserResponse.Builder
-
Packages that use AdminListGroupsForUserResponse.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of AdminListGroupsForUserResponse.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AdminListGroupsForUserResponse.Builder Modifier and Type Method Description static AdminListGroupsForUserResponse.BuilderAdminListGroupsForUserResponse. builder()AdminListGroupsForUserResponse.BuilderAdminListGroupsForUserResponse.Builder. groups(Collection<GroupType> groups)The groups that the user belongs to.AdminListGroupsForUserResponse.BuilderAdminListGroupsForUserResponse.Builder. groups(Consumer<GroupType.Builder>... groups)The groups that the user belongs to.AdminListGroupsForUserResponse.BuilderAdminListGroupsForUserResponse.Builder. groups(GroupType... groups)The groups that the user belongs to.AdminListGroupsForUserResponse.BuilderAdminListGroupsForUserResponse.Builder. nextToken(String nextToken)An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.AdminListGroupsForUserResponse.BuilderAdminListGroupsForUserResponse. toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type AdminListGroupsForUserResponse.Builder Modifier and Type Method Description static Class<? extends AdminListGroupsForUserResponse.Builder>AdminListGroupsForUserResponse. serializableBuilderClass()
-