Uses of Class
software.amazon.awssdk.services.customerprofiles.model.ExportingConfig
-
Packages that use ExportingConfig Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of ExportingConfig in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return ExportingConfig Modifier and Type Method Description ExportingConfigMatchingRequest. exportingConfig()Configuration information for exporting Identity Resolution results, for example, to an S3 bucket.ExportingConfigMatchingResponse. exportingConfig()Configuration information for exporting Identity Resolution results, for example, to an S3 bucket.ExportingConfigRuleBasedMatchingRequest. exportingConfig()Returns the value of the ExportingConfig property for this object.ExportingConfigRuleBasedMatchingResponse. exportingConfig()Returns the value of the ExportingConfig property for this object.Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type ExportingConfig Modifier and Type Method Description MatchingRequest.BuilderMatchingRequest.Builder. exportingConfig(ExportingConfig exportingConfig)Configuration information for exporting Identity Resolution results, for example, to an S3 bucket.MatchingResponse.BuilderMatchingResponse.Builder. exportingConfig(ExportingConfig exportingConfig)Configuration information for exporting Identity Resolution results, for example, to an S3 bucket.RuleBasedMatchingRequest.BuilderRuleBasedMatchingRequest.Builder. exportingConfig(ExportingConfig exportingConfig)Sets the value of the ExportingConfig property for this object.RuleBasedMatchingResponse.BuilderRuleBasedMatchingResponse.Builder. exportingConfig(ExportingConfig exportingConfig)Sets the value of the ExportingConfig property for this object.
-