Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.ListUserPoolsResponse.Builder
-
Packages that use ListUserPoolsResponse.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of ListUserPoolsResponse.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return ListUserPoolsResponse.Builder Modifier and Type Method Description static ListUserPoolsResponse.BuilderListUserPoolsResponse. builder()ListUserPoolsResponse.BuilderListUserPoolsResponse.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.ListUserPoolsResponse.BuilderListUserPoolsResponse. toBuilder()ListUserPoolsResponse.BuilderListUserPoolsResponse.Builder. userPools(Collection<UserPoolDescriptionType> userPools)The user pools from the response to list users.ListUserPoolsResponse.BuilderListUserPoolsResponse.Builder. userPools(Consumer<UserPoolDescriptionType.Builder>... userPools)The user pools from the response to list users.ListUserPoolsResponse.BuilderListUserPoolsResponse.Builder. userPools(UserPoolDescriptionType... userPools)The user pools from the response to list users.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type ListUserPoolsResponse.Builder Modifier and Type Method Description static Class<? extends ListUserPoolsResponse.Builder>ListUserPoolsResponse. serializableBuilderClass()
-