Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.UpdateTermsRequest.Builder
-
Packages that use UpdateTermsRequest.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 UpdateTermsRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type UpdateTermsRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateTermsResponse>CognitoIdentityProviderAsyncClient. updateTerms(Consumer<UpdateTermsRequest.Builder> updateTermsRequest)Modifies existing terms documents for the requested app client.default UpdateTermsResponseCognitoIdentityProviderClient. updateTerms(Consumer<UpdateTermsRequest.Builder> updateTermsRequest)Modifies existing terms documents for the requested app client. -
Uses of UpdateTermsRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return UpdateTermsRequest.Builder Modifier and Type Method Description static UpdateTermsRequest.BuilderUpdateTermsRequest. builder()UpdateTermsRequest.BuilderUpdateTermsRequest.Builder. enforcement(String enforcement)This parameter is reserved for future use and currently accepts only one value.UpdateTermsRequest.BuilderUpdateTermsRequest.Builder. enforcement(TermsEnforcementType enforcement)This parameter is reserved for future use and currently accepts only one value.UpdateTermsRequest.BuilderUpdateTermsRequest.Builder. links(Map<String,String> links)A map of URLs to languages.UpdateTermsRequest.BuilderUpdateTermsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateTermsRequest.BuilderUpdateTermsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateTermsRequest.BuilderUpdateTermsRequest.Builder. termsId(String termsId)The ID of the terms document that you want to update.UpdateTermsRequest.BuilderUpdateTermsRequest.Builder. termsName(String termsName)The new name that you want to apply to the requested terms documents.UpdateTermsRequest.BuilderUpdateTermsRequest.Builder. termsSource(String termsSource)This parameter is reserved for future use and currently accepts only one value.UpdateTermsRequest.BuilderUpdateTermsRequest.Builder. termsSource(TermsSourceType termsSource)This parameter is reserved for future use and currently accepts only one value.UpdateTermsRequest.BuilderUpdateTermsRequest. toBuilder()UpdateTermsRequest.BuilderUpdateTermsRequest.Builder. userPoolId(String userPoolId)The ID of the user pool that contains the terms that you want to update.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type UpdateTermsRequest.Builder Modifier and Type Method Description static Class<? extends UpdateTermsRequest.Builder>UpdateTermsRequest. serializableBuilderClass()
-