| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
ObjectTypeField |
ObjectTypeField.clone() |
ObjectTypeField |
ObjectTypeField.withContentType(FieldContentType contentType)
The content type of the field.
|
ObjectTypeField |
ObjectTypeField.withContentType(String contentType)
The content type of the field.
|
ObjectTypeField |
ObjectTypeField.withSource(String source)
A field of a ProfileObject.
|
ObjectTypeField |
ObjectTypeField.withTarget(String target)
The location of the data in the standard ProfileObject model.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ObjectTypeField> |
PutProfileObjectTypeResult.getFields()
A map of the name and ObjectType field.
|
Map<String,ObjectTypeField> |
PutProfileObjectTypeRequest.getFields()
A map of the name and ObjectType field.
|
Map<String,ObjectTypeField> |
GetProfileObjectTypeTemplateResult.getFields()
A map of the name and ObjectType field.
|
Map<String,ObjectTypeField> |
GetProfileObjectTypeResult.getFields()
A map of the name and ObjectType field.
|
| Modifier and Type | Method and Description |
|---|---|
PutProfileObjectTypeResult |
PutProfileObjectTypeResult.addFieldsEntry(String key,
ObjectTypeField value)
Add a single Fields entry
|
PutProfileObjectTypeRequest |
PutProfileObjectTypeRequest.addFieldsEntry(String key,
ObjectTypeField value)
Add a single Fields entry
|
GetProfileObjectTypeTemplateResult |
GetProfileObjectTypeTemplateResult.addFieldsEntry(String key,
ObjectTypeField value)
Add a single Fields entry
|
GetProfileObjectTypeResult |
GetProfileObjectTypeResult.addFieldsEntry(String key,
ObjectTypeField value)
Add a single Fields entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutProfileObjectTypeResult.setFields(Map<String,ObjectTypeField> fields)
A map of the name and ObjectType field.
|
void |
PutProfileObjectTypeRequest.setFields(Map<String,ObjectTypeField> fields)
A map of the name and ObjectType field.
|
void |
GetProfileObjectTypeTemplateResult.setFields(Map<String,ObjectTypeField> fields)
A map of the name and ObjectType field.
|
void |
GetProfileObjectTypeResult.setFields(Map<String,ObjectTypeField> fields)
A map of the name and ObjectType field.
|
PutProfileObjectTypeResult |
PutProfileObjectTypeResult.withFields(Map<String,ObjectTypeField> fields)
A map of the name and ObjectType field.
|
PutProfileObjectTypeRequest |
PutProfileObjectTypeRequest.withFields(Map<String,ObjectTypeField> fields)
A map of the name and ObjectType field.
|
GetProfileObjectTypeTemplateResult |
GetProfileObjectTypeTemplateResult.withFields(Map<String,ObjectTypeField> fields)
A map of the name and ObjectType field.
|
GetProfileObjectTypeResult |
GetProfileObjectTypeResult.withFields(Map<String,ObjectTypeField> fields)
A map of the name and ObjectType field.
|
Copyright © 2022. All rights reserved.