Uses of Class
software.amazon.awssdk.services.codecommit.model.FileModeTypeEnum
-
Packages that use FileModeTypeEnum Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of FileModeTypeEnum in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return FileModeTypeEnum Modifier and Type Method Description FileModeTypeEnumFileModes. base()The file mode of a file in the base of a merge or pull request.FileModeTypeEnumFileModes. destination()The file mode of a file in the destination of a merge or pull request.FileModeTypeEnumFile. fileMode()The extrapolated file mode permissions for the file.FileModeTypeEnumFileMetadata. fileMode()The extrapolated file mode permissions for the file.FileModeTypeEnumGetFileResponse. fileMode()The extrapolated file mode permissions of the blob.FileModeTypeEnumPutFileEntry. fileMode()The extrapolated file mode permissions for the file.FileModeTypeEnumPutFileRequest. fileMode()The file mode permissions of the blob.FileModeTypeEnumReplaceContentEntry. fileMode()The file mode to apply during conflict resoltion.FileModeTypeEnumSetFileModeEntry. fileMode()The file mode for the file.FileModeTypeEnumSymbolicLink. fileMode()The file mode permissions of the blob that cotains information about the symbolic link.static FileModeTypeEnumFileModeTypeEnum. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FileModeTypeEnumFileModes. source()The file mode of a file in the source of a merge or pull request.static FileModeTypeEnumFileModeTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static FileModeTypeEnum[]FileModeTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type FileModeTypeEnum Modifier and Type Method Description static Set<FileModeTypeEnum>FileModeTypeEnum. knownValues()Methods in software.amazon.awssdk.services.codecommit.model with parameters of type FileModeTypeEnum Modifier and Type Method Description FileModes.BuilderFileModes.Builder. base(FileModeTypeEnum base)The file mode of a file in the base of a merge or pull request.FileModes.BuilderFileModes.Builder. destination(FileModeTypeEnum destination)The file mode of a file in the destination of a merge or pull request.File.BuilderFile.Builder. fileMode(FileModeTypeEnum fileMode)The extrapolated file mode permissions for the file.FileMetadata.BuilderFileMetadata.Builder. fileMode(FileModeTypeEnum fileMode)The extrapolated file mode permissions for the file.GetFileResponse.BuilderGetFileResponse.Builder. fileMode(FileModeTypeEnum fileMode)The extrapolated file mode permissions of the blob.PutFileEntry.BuilderPutFileEntry.Builder. fileMode(FileModeTypeEnum fileMode)The extrapolated file mode permissions for the file.PutFileRequest.BuilderPutFileRequest.Builder. fileMode(FileModeTypeEnum fileMode)The file mode permissions of the blob.ReplaceContentEntry.BuilderReplaceContentEntry.Builder. fileMode(FileModeTypeEnum fileMode)The file mode to apply during conflict resoltion.SetFileModeEntry.BuilderSetFileModeEntry.Builder. fileMode(FileModeTypeEnum fileMode)The file mode for the file.SymbolicLink.BuilderSymbolicLink.Builder. fileMode(FileModeTypeEnum fileMode)The file mode permissions of the blob that cotains information about the symbolic link.FileModes.BuilderFileModes.Builder. source(FileModeTypeEnum source)The file mode of a file in the source of a merge or pull request.
-