Uses of Class
software.amazon.awssdk.services.appintegrations.model.ExecutionConfiguration
-
Packages that use ExecutionConfiguration Package Description software.amazon.awssdk.services.appintegrations.model -
-
Uses of ExecutionConfiguration in software.amazon.awssdk.services.appintegrations.model
Methods in software.amazon.awssdk.services.appintegrations.model that return ExecutionConfiguration Modifier and Type Method Description ExecutionConfigurationCreateDataIntegrationAssociationRequest. executionConfiguration()The configuration for how the files should be pulled from the source.ExecutionConfigurationDataIntegrationAssociationSummary. executionConfiguration()Returns the value of the ExecutionConfiguration property for this object.ExecutionConfigurationUpdateDataIntegrationAssociationRequest. executionConfiguration()The configuration for how the files should be pulled from the source.Methods in software.amazon.awssdk.services.appintegrations.model with parameters of type ExecutionConfiguration Modifier and Type Method Description CreateDataIntegrationAssociationRequest.BuilderCreateDataIntegrationAssociationRequest.Builder. executionConfiguration(ExecutionConfiguration executionConfiguration)The configuration for how the files should be pulled from the source.DataIntegrationAssociationSummary.BuilderDataIntegrationAssociationSummary.Builder. executionConfiguration(ExecutionConfiguration executionConfiguration)Sets the value of the ExecutionConfiguration property for this object.UpdateDataIntegrationAssociationRequest.BuilderUpdateDataIntegrationAssociationRequest.Builder. executionConfiguration(ExecutionConfiguration executionConfiguration)The configuration for how the files should be pulled from the source.
-