Uses of Class
software.amazon.awssdk.services.entityresolution.model.IdNamespaceIdMappingWorkflowMetadata
-
Packages that use IdNamespaceIdMappingWorkflowMetadata Package Description software.amazon.awssdk.services.entityresolution.model -
-
Uses of IdNamespaceIdMappingWorkflowMetadata in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type IdNamespaceIdMappingWorkflowMetadata Modifier and Type Method Description List<IdNamespaceIdMappingWorkflowMetadata>IdNamespaceSummary. idMappingWorkflowProperties()An object which defines any additional configurations required by the ID mapping workflow.Methods in software.amazon.awssdk.services.entityresolution.model with parameters of type IdNamespaceIdMappingWorkflowMetadata Modifier and Type Method Description IdNamespaceSummary.BuilderIdNamespaceSummary.Builder. idMappingWorkflowProperties(IdNamespaceIdMappingWorkflowMetadata... idMappingWorkflowProperties)An object which defines any additional configurations required by the ID mapping workflow.Method parameters in software.amazon.awssdk.services.entityresolution.model with type arguments of type IdNamespaceIdMappingWorkflowMetadata Modifier and Type Method Description IdNamespaceSummary.BuilderIdNamespaceSummary.Builder. idMappingWorkflowProperties(Collection<IdNamespaceIdMappingWorkflowMetadata> idMappingWorkflowProperties)An object which defines any additional configurations required by the ID mapping workflow.
-