Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.CreateTermsResponse
-
Packages that use CreateTermsResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users. -
-
Uses of CreateTermsResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return CreateTermsResponse Modifier and Type Method Description default CreateTermsResponseCognitoIdentityProviderClient. createTerms(Consumer<CreateTermsRequest.Builder> createTermsRequest)Creates terms documents for the requested app client.default CreateTermsResponseCognitoIdentityProviderClient. createTerms(CreateTermsRequest createTermsRequest)Creates terms documents for the requested app client.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type CreateTermsResponse Modifier and Type Method Description default CompletableFuture<CreateTermsResponse>CognitoIdentityProviderAsyncClient. createTerms(Consumer<CreateTermsRequest.Builder> createTermsRequest)Creates terms documents for the requested app client.default CompletableFuture<CreateTermsResponse>CognitoIdentityProviderAsyncClient. createTerms(CreateTermsRequest createTermsRequest)Creates terms documents for the requested app client.
-