Uses of Class
software.amazon.awssdk.services.customerprofiles.model.ObjectTypeField
-
Packages that use ObjectTypeField Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of ObjectTypeField in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type ObjectTypeField Modifier and Type Method Description Map<String,ObjectTypeField>DetectedProfileObjectType. fields()A map of the name and theObjectTypefield.Map<String,ObjectTypeField>GetProfileObjectTypeResponse. fields()A map of the name and ObjectType field.Map<String,ObjectTypeField>GetProfileObjectTypeTemplateResponse. fields()A map of the name and ObjectType field.Map<String,ObjectTypeField>PutProfileObjectTypeRequest. fields()A map of the name and ObjectType field.Map<String,ObjectTypeField>PutProfileObjectTypeResponse. fields()A map of the name and ObjectType field.Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type ObjectTypeField Modifier and Type Method Description DetectedProfileObjectType.BuilderDetectedProfileObjectType.Builder. fields(Map<String,ObjectTypeField> fields)A map of the name and theObjectTypefield.GetProfileObjectTypeResponse.BuilderGetProfileObjectTypeResponse.Builder. fields(Map<String,ObjectTypeField> fields)A map of the name and ObjectType field.GetProfileObjectTypeTemplateResponse.BuilderGetProfileObjectTypeTemplateResponse.Builder. fields(Map<String,ObjectTypeField> fields)A map of the name and ObjectType field.PutProfileObjectTypeRequest.BuilderPutProfileObjectTypeRequest.Builder. fields(Map<String,ObjectTypeField> fields)A map of the name and ObjectType field.PutProfileObjectTypeResponse.BuilderPutProfileObjectTypeResponse.Builder. fields(Map<String,ObjectTypeField> fields)A map of the name and ObjectType field.
-