Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.UpdateTermsRequest.Builder
Packages that use UpdateTermsRequest.Builder
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of UpdateTermsRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type UpdateTermsRequest.BuilderModifier and TypeMethodDescriptiondefault 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.BuilderModifier and TypeMethodDescriptionstatic UpdateTermsRequest.BuilderUpdateTermsRequest.builder()UpdateTermsRequest.Builder.enforcement(String enforcement) This parameter is reserved for future use and currently accepts only one value.UpdateTermsRequest.Builder.enforcement(TermsEnforcementType enforcement) This parameter is reserved for future use and currently accepts only one value.A map of URLs to languages.UpdateTermsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateTermsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The ID of the terms document that you want to update.The new name that you want to apply to the requested terms documents.UpdateTermsRequest.Builder.termsSource(String termsSource) This parameter is reserved for future use and currently accepts only one value.UpdateTermsRequest.Builder.termsSource(TermsSourceType termsSource) This parameter is reserved for future use and currently accepts only one value.UpdateTermsRequest.toBuilder()UpdateTermsRequest.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.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateTermsRequest.Builder>UpdateTermsRequest.serializableBuilderClass()