Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.UpdateUserAttributesRequest.Builder
-
Packages that use UpdateUserAttributesRequest.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 UpdateUserAttributesRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type UpdateUserAttributesRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateUserAttributesResponse>CognitoIdentityProviderAsyncClient. updateUserAttributes(Consumer<UpdateUserAttributesRequest.Builder> updateUserAttributesRequest)With this operation, your users can update one or more of their attributes with their own credentials.default UpdateUserAttributesResponseCognitoIdentityProviderClient. updateUserAttributes(Consumer<UpdateUserAttributesRequest.Builder> updateUserAttributesRequest)With this operation, your users can update one or more of their attributes with their own credentials. -
Uses of UpdateUserAttributesRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return UpdateUserAttributesRequest.Builder Modifier and Type Method Description UpdateUserAttributesRequest.BuilderUpdateUserAttributesRequest.Builder. accessToken(String accessToken)A valid access token that Amazon Cognito issued to the user whose user attributes you want to update.static UpdateUserAttributesRequest.BuilderUpdateUserAttributesRequest. builder()UpdateUserAttributesRequest.BuilderUpdateUserAttributesRequest.Builder. clientMetadata(Map<String,String> clientMetadata)A map of custom key-value pairs that you can provide as input for any custom workflows that this action initiates.UpdateUserAttributesRequest.BuilderUpdateUserAttributesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateUserAttributesRequest.BuilderUpdateUserAttributesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateUserAttributesRequest.BuilderUpdateUserAttributesRequest. toBuilder()UpdateUserAttributesRequest.BuilderUpdateUserAttributesRequest.Builder. userAttributes(Collection<AttributeType> userAttributes)An array of name-value pairs representing user attributes.UpdateUserAttributesRequest.BuilderUpdateUserAttributesRequest.Builder. userAttributes(Consumer<AttributeType.Builder>... userAttributes)An array of name-value pairs representing user attributes.UpdateUserAttributesRequest.BuilderUpdateUserAttributesRequest.Builder. userAttributes(AttributeType... userAttributes)An array of name-value pairs representing user attributes.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type UpdateUserAttributesRequest.Builder Modifier and Type Method Description static Class<? extends UpdateUserAttributesRequest.Builder>UpdateUserAttributesRequest. serializableBuilderClass()
-