Uses of Class
software.amazon.awssdk.services.migrationhubstrategy.model.SourceCode
-
Packages that use SourceCode Package Description software.amazon.awssdk.services.migrationhubstrategy.model -
-
Uses of SourceCode in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return types with arguments of type SourceCode Modifier and Type Method Description List<SourceCode>UpdateApplicationComponentConfigRequest. sourceCodeList()The list of source code configurations to update for the application component.Methods in software.amazon.awssdk.services.migrationhubstrategy.model with parameters of type SourceCode Modifier and Type Method Description UpdateApplicationComponentConfigRequest.BuilderUpdateApplicationComponentConfigRequest.Builder. sourceCodeList(SourceCode... sourceCodeList)The list of source code configurations to update for the application component.Method parameters in software.amazon.awssdk.services.migrationhubstrategy.model with type arguments of type SourceCode Modifier and Type Method Description UpdateApplicationComponentConfigRequest.BuilderUpdateApplicationComponentConfigRequest.Builder. sourceCodeList(Collection<SourceCode> sourceCodeList)The list of source code configurations to update for the application component.
-