Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.ListTermsRequest.Builder
-
Packages that use ListTermsRequest.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 ListTermsRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type ListTermsRequest.Builder Modifier and Type Method Description default 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.Builder Modifier and Type Method Description static ListTermsRequest.BuilderListTermsRequest. builder()ListTermsRequest.BuilderListTermsRequest.Builder. maxResults(Integer maxResults)The maximum number of terms documents that you want Amazon Cognito to return in the response.ListTermsRequest.BuilderListTermsRequest.Builder. nextToken(String nextToken)This API operation returns a limited number of results.ListTermsRequest.BuilderListTermsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTermsRequest.BuilderListTermsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTermsRequest.BuilderListTermsRequest. toBuilder()ListTermsRequest.BuilderListTermsRequest.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.Builder Modifier and Type Method Description static Class<? extends ListTermsRequest.Builder>ListTermsRequest. serializableBuilderClass()
-