Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.ListUserPoolsRequest.Builder
-
Packages that use ListUserPoolsRequest.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 ListUserPoolsRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type ListUserPoolsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListUserPoolsResponse>CognitoIdentityProviderAsyncClient. listUserPools(Consumer<ListUserPoolsRequest.Builder> listUserPoolsRequest)Lists the user pools associated with an Amazon Web Services account.default ListUserPoolsResponseCognitoIdentityProviderClient. listUserPools(Consumer<ListUserPoolsRequest.Builder> listUserPoolsRequest)Lists the user pools associated with an Amazon Web Services account.default ListUserPoolsPublisherCognitoIdentityProviderAsyncClient. listUserPoolsPaginator(Consumer<ListUserPoolsRequest.Builder> listUserPoolsRequest)default ListUserPoolsIterableCognitoIdentityProviderClient. listUserPoolsPaginator(Consumer<ListUserPoolsRequest.Builder> listUserPoolsRequest)This is a variant ofCognitoIdentityProviderClient.listUserPools(software.amazon.awssdk.services.cognitoidentityprovider.model.ListUserPoolsRequest)operation. -
Uses of ListUserPoolsRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return ListUserPoolsRequest.Builder Modifier and Type Method Description static ListUserPoolsRequest.BuilderListUserPoolsRequest. builder()ListUserPoolsRequest.BuilderListUserPoolsRequest.Builder. maxResults(Integer maxResults)The maximum number of results you want the request to return when listing the user pools.ListUserPoolsRequest.BuilderListUserPoolsRequest.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.ListUserPoolsRequest.BuilderListUserPoolsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListUserPoolsRequest.BuilderListUserPoolsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListUserPoolsRequest.BuilderListUserPoolsRequest. toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type ListUserPoolsRequest.Builder Modifier and Type Method Description static Class<? extends ListUserPoolsRequest.Builder>ListUserPoolsRequest. serializableBuilderClass()
-