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