Uses of Class
software.amazon.awssdk.services.appintegrations.model.ApplicationSourceConfig
-
Packages that use ApplicationSourceConfig Package Description software.amazon.awssdk.services.appintegrations.model -
-
Uses of ApplicationSourceConfig in software.amazon.awssdk.services.appintegrations.model
Methods in software.amazon.awssdk.services.appintegrations.model that return ApplicationSourceConfig Modifier and Type Method Description ApplicationSourceConfigCreateApplicationRequest. applicationSourceConfig()The configuration for where the application should be loaded from.ApplicationSourceConfigGetApplicationResponse. applicationSourceConfig()The configuration for where the application should be loaded from.ApplicationSourceConfigUpdateApplicationRequest. applicationSourceConfig()The configuration for where the application should be loaded from.Methods in software.amazon.awssdk.services.appintegrations.model with parameters of type ApplicationSourceConfig Modifier and Type Method Description CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. applicationSourceConfig(ApplicationSourceConfig applicationSourceConfig)The configuration for where the application should be loaded from.GetApplicationResponse.BuilderGetApplicationResponse.Builder. applicationSourceConfig(ApplicationSourceConfig applicationSourceConfig)The configuration for where the application should be loaded from.UpdateApplicationRequest.BuilderUpdateApplicationRequest.Builder. applicationSourceConfig(ApplicationSourceConfig applicationSourceConfig)The configuration for where the application should be loaded from.
-