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)The identifier that Amazon Cognito returned with the previous request to this operation.ListUserPoolsResponse.BuilderListUserPoolsResponse. toBuilder()ListUserPoolsResponse.BuilderListUserPoolsResponse.Builder. userPools(Collection<UserPoolDescriptionType> userPools)An array of user pools and their configuration details.ListUserPoolsResponse.BuilderListUserPoolsResponse.Builder. userPools(Consumer<UserPoolDescriptionType.Builder>... userPools)An array of user pools and their configuration details.ListUserPoolsResponse.BuilderListUserPoolsResponse.Builder. userPools(UserPoolDescriptionType... userPools)An array of user pools and their configuration details.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()
-