Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.UpdateUserAttributesResponse.Builder
Packages that use UpdateUserAttributesResponse.Builder
-
Uses of UpdateUserAttributesResponse.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return UpdateUserAttributesResponse.BuilderModifier and TypeMethodDescriptionUpdateUserAttributesResponse.builder()UpdateUserAttributesResponse.Builder.codeDeliveryDetailsList(Collection<CodeDeliveryDetailsType> codeDeliveryDetailsList) When the attribute-update request includes an email address or phone number attribute, Amazon Cognito sends a message to users with a code that confirms ownership of the new value that they entered.UpdateUserAttributesResponse.Builder.codeDeliveryDetailsList(Consumer<CodeDeliveryDetailsType.Builder>... codeDeliveryDetailsList) When the attribute-update request includes an email address or phone number attribute, Amazon Cognito sends a message to users with a code that confirms ownership of the new value that they entered.UpdateUserAttributesResponse.Builder.codeDeliveryDetailsList(CodeDeliveryDetailsType... codeDeliveryDetailsList) When the attribute-update request includes an email address or phone number attribute, Amazon Cognito sends a message to users with a code that confirms ownership of the new value that they entered.UpdateUserAttributesResponse.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type UpdateUserAttributesResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateUserAttributesResponse.Builder>UpdateUserAttributesResponse.serializableBuilderClass()