Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static RemoveDataFileDetails.FileType |
RemoveDataFileDetails.FileType.create(String key) |
RemoveDataFileDetails.FileType |
RemoveDataFileDetails.getFileType()
Specifies whether the file is a data file or temp file.
|
static RemoveDataFileDetails.FileType |
RemoveDataFileDetails.FileType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemoveDataFileDetails.FileType[] |
RemoveDataFileDetails.FileType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RemoveDataFileDetails.Builder |
RemoveDataFileDetails.Builder.fileType(RemoveDataFileDetails.FileType fileType)
Specifies whether the file is a data file or temp file.
|
Constructor and Description |
---|
RemoveDataFileDetails(TablespaceAdminCredentialDetails credentialDetails,
RemoveDataFileDetails.FileType fileType,
String dataFile)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.