Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AttributeType
-
Packages that use AttributeType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of AttributeType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type AttributeType Modifier and Type Method Description List<AttributeType>UserType. attributes()A container with information about the user type attributes.List<AttributeType>DeviceType. deviceAttributes()The device attributes.List<AttributeType>AdminCreateUserRequest. userAttributes()An array of name-value pairs that contain user attributes and attribute values to be set for the user to be created.List<AttributeType>AdminGetUserResponse. userAttributes()An array of name-value pairs representing user attributes.List<AttributeType>AdminUpdateUserAttributesRequest. userAttributes()An array of name-value pairs representing user attributes.List<AttributeType>GetUserResponse. userAttributes()An array of name-value pairs representing user attributes.List<AttributeType>SignUpRequest. userAttributes()An array of name-value pairs representing user attributes.List<AttributeType>UpdateUserAttributesRequest. userAttributes()An array of name-value pairs representing user attributes.List<AttributeType>AdminCreateUserRequest. validationData()Temporary user attributes that contribute to the outcomes of your pre sign-up Lambda trigger.List<AttributeType>SignUpRequest. validationData()Temporary user attributes that contribute to the outcomes of your pre sign-up Lambda trigger.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type AttributeType Modifier and Type Method Description UserType.BuilderUserType.Builder. attributes(AttributeType... attributes)A container with information about the user type attributes.DeviceType.BuilderDeviceType.Builder. deviceAttributes(AttributeType... deviceAttributes)The device attributes.AdminCreateUserRequest.BuilderAdminCreateUserRequest.Builder. userAttributes(AttributeType... userAttributes)An array of name-value pairs that contain user attributes and attribute values to be set for the user to be created.AdminGetUserResponse.BuilderAdminGetUserResponse.Builder. userAttributes(AttributeType... userAttributes)An array of name-value pairs representing user attributes.AdminUpdateUserAttributesRequest.BuilderAdminUpdateUserAttributesRequest.Builder. userAttributes(AttributeType... userAttributes)An array of name-value pairs representing user attributes.GetUserResponse.BuilderGetUserResponse.Builder. userAttributes(AttributeType... userAttributes)An array of name-value pairs representing user attributes.SignUpRequest.BuilderSignUpRequest.Builder. userAttributes(AttributeType... 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.AdminCreateUserRequest.BuilderAdminCreateUserRequest.Builder. validationData(AttributeType... validationData)Temporary user attributes that contribute to the outcomes of your pre sign-up Lambda trigger.SignUpRequest.BuilderSignUpRequest.Builder. validationData(AttributeType... validationData)Temporary user attributes that contribute to the outcomes of your pre sign-up Lambda trigger.Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type AttributeType Modifier and Type Method Description UserType.BuilderUserType.Builder. attributes(Collection<AttributeType> attributes)A container with information about the user type attributes.DeviceType.BuilderDeviceType.Builder. deviceAttributes(Collection<AttributeType> deviceAttributes)The device attributes.AdminCreateUserRequest.BuilderAdminCreateUserRequest.Builder. userAttributes(Collection<AttributeType> userAttributes)An array of name-value pairs that contain user attributes and attribute values to be set for the user to be created.AdminGetUserResponse.BuilderAdminGetUserResponse.Builder. userAttributes(Collection<AttributeType> userAttributes)An array of name-value pairs representing user attributes.AdminUpdateUserAttributesRequest.BuilderAdminUpdateUserAttributesRequest.Builder. userAttributes(Collection<AttributeType> userAttributes)An array of name-value pairs representing user attributes.GetUserResponse.BuilderGetUserResponse.Builder. userAttributes(Collection<AttributeType> userAttributes)An array of name-value pairs representing user attributes.SignUpRequest.BuilderSignUpRequest.Builder. userAttributes(Collection<AttributeType> userAttributes)An array of name-value pairs representing user attributes.UpdateUserAttributesRequest.BuilderUpdateUserAttributesRequest.Builder. userAttributes(Collection<AttributeType> userAttributes)An array of name-value pairs representing user attributes.AdminCreateUserRequest.BuilderAdminCreateUserRequest.Builder. validationData(Collection<AttributeType> validationData)Temporary user attributes that contribute to the outcomes of your pre sign-up Lambda trigger.SignUpRequest.BuilderSignUpRequest.Builder. validationData(Collection<AttributeType> validationData)Temporary user attributes that contribute to the outcomes of your pre sign-up Lambda trigger.
-