| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
static PartyType |
PartyType.fromValue(String value)
Deprecated.
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PartyType |
Profile.partyType()
The type of profile used to describe the customer.
|
PartyType |
UpdateProfileRequest.partyType()
The type of profile used to describe the customer.
|
PartyType |
CreateProfileRequest.partyType()
The type of profile used to describe the customer.
|
static PartyType |
PartyType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<PartyType> |
PartyType.knownValues()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Profile.Builder |
Profile.Builder.partyType(PartyType partyType)
The type of profile used to describe the customer.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.partyType(PartyType partyType)
The type of profile used to describe the customer.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.partyType(PartyType partyType)
The type of profile used to describe the customer.
|
Copyright © 2023. All rights reserved.