Uses of Class
software.amazon.awssdk.services.customerprofiles.model.Gender
-
Packages that use Gender Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of Gender in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return Gender Modifier and Type Method Description static GenderGender. fromValue(String value)Deprecated.Use this in place of valueOf to convert the raw string returned by the service into the enum value.GenderCreateProfileRequest. gender()The gender with which the customer identifies.GenderProfile. gender()The gender with which the customer identifies.GenderUpdateProfileRequest. gender()The gender with which the customer identifies.static GenderGender. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static Gender[]Gender. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type Gender Modifier and Type Method Description static Set<Gender>Gender. knownValues()Deprecated.Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type Gender Modifier and Type Method Description CreateProfileRequest.BuilderCreateProfileRequest.Builder. gender(Gender gender)The gender with which the customer identifies.Profile.BuilderProfile.Builder. gender(Gender gender)The gender with which the customer identifies.UpdateProfileRequest.BuilderUpdateProfileRequest.Builder. gender(Gender gender)The gender with which the customer identifies.
-