Uses of Class
software.amazon.awssdk.services.codecommit.model.SubModule
-
Packages that use SubModule Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of SubModule in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type SubModule Modifier and Type Method Description List<SubModule>GetFolderResponse. subModules()The list of submodules in the specified folder, if any.Methods in software.amazon.awssdk.services.codecommit.model with parameters of type SubModule Modifier and Type Method Description GetFolderResponse.BuilderGetFolderResponse.Builder. subModules(SubModule... subModules)The list of submodules in the specified folder, if any.Method parameters in software.amazon.awssdk.services.codecommit.model with type arguments of type SubModule Modifier and Type Method Description GetFolderResponse.BuilderGetFolderResponse.Builder. subModules(Collection<SubModule> subModules)The list of submodules in the specified folder, if any.
-