Uses of Class
software.amazon.awssdk.services.customerprofiles.model.PartyType
-
Packages that use PartyType Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of PartyType in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return PartyType Modifier and Type Method Description static PartyTypePartyType. fromValue(String value)Deprecated.Use this in place of valueOf to convert the raw string returned by the service into the enum value.PartyTypeCreateProfileRequest. partyType()The type of profile used to describe the customer.PartyTypeProfile. partyType()The type of profile used to describe the customer.PartyTypeUpdateProfileRequest. partyType()The type of profile used to describe the customer.static PartyTypePartyType. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static PartyType[]PartyType. 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 PartyType Modifier and Type Method Description static Set<PartyType>PartyType. knownValues()Deprecated.Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type PartyType Modifier and Type Method Description CreateProfileRequest.BuilderCreateProfileRequest.Builder. partyType(PartyType partyType)The type of profile used to describe the customer.Profile.BuilderProfile.Builder. partyType(PartyType partyType)The type of profile used to describe the customer.UpdateProfileRequest.BuilderUpdateProfileRequest.Builder. partyType(PartyType partyType)The type of profile used to describe the customer.
-