Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.ListTermsRequest.Builder
Packages that use ListTermsRequest.Builder
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of ListTermsRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type ListTermsRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ListTermsResponse>CognitoIdentityProviderAsyncClient.listTerms(Consumer<ListTermsRequest.Builder> listTermsRequest) Returns details about all terms documents for the requested user pool.default ListTermsResponseCognitoIdentityProviderClient.listTerms(Consumer<ListTermsRequest.Builder> listTermsRequest) Returns details about all terms documents for the requested user pool. -
Uses of ListTermsRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return ListTermsRequest.BuilderModifier and TypeMethodDescriptionstatic ListTermsRequest.BuilderListTermsRequest.builder()ListTermsRequest.Builder.maxResults(Integer maxResults) The maximum number of terms documents that you want Amazon Cognito to return in the response.This API operation returns a limited number of results.ListTermsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListTermsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListTermsRequest.toBuilder()ListTermsRequest.Builder.userPoolId(String userPoolId) The ID of the user pool where you want to list terms documents.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type ListTermsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListTermsRequest.Builder>ListTermsRequest.serializableBuilderClass()