Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.ListGroupsResponse.Builder
-
Packages that use ListGroupsResponse.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of ListGroupsResponse.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return ListGroupsResponse.Builder Modifier and Type Method Description static ListGroupsResponse.BuilderListGroupsResponse. builder()ListGroupsResponse.BuilderListGroupsResponse.Builder. groups(Collection<GroupType> groups)An array of groups and their details.ListGroupsResponse.BuilderListGroupsResponse.Builder. groups(Consumer<GroupType.Builder>... groups)An array of groups and their details.ListGroupsResponse.BuilderListGroupsResponse.Builder. groups(GroupType... groups)An array of groups and their details.ListGroupsResponse.BuilderListGroupsResponse.Builder. nextToken(String nextToken)The identifier that Amazon Cognito returned with the previous request to this operation.ListGroupsResponse.BuilderListGroupsResponse. toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type ListGroupsResponse.Builder Modifier and Type Method Description static Class<? extends ListGroupsResponse.Builder>ListGroupsResponse. serializableBuilderClass()
-