Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.ListGroupsRequest.Builder
-
Packages that use ListGroupsRequest.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users.software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of ListGroupsRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
-
Uses of ListGroupsRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return ListGroupsRequest.Builder Modifier and Type Method Description static ListGroupsRequest.BuilderListGroupsRequest. builder()ListGroupsRequest.BuilderListGroupsRequest.Builder. limit(Integer limit)The limit of the request to list groups.ListGroupsRequest.BuilderListGroupsRequest.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.ListGroupsRequest.BuilderListGroupsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListGroupsRequest.BuilderListGroupsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListGroupsRequest.BuilderListGroupsRequest. toBuilder()ListGroupsRequest.BuilderListGroupsRequest.Builder. userPoolId(String userPoolId)The user pool ID for the user pool.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type ListGroupsRequest.Builder Modifier and Type Method Description static Class<? extends ListGroupsRequest.Builder>ListGroupsRequest. serializableBuilderClass()
-