Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
static DataModelFormat |
DataModelFormat.create(String key) |
DataModelFormat |
GenerateSensitiveDataModelForDownloadDetails.getDataModelFormat()
The format of the sensitive data model file.
|
DataModelFormat |
DownloadSensitiveDataModelDetails.getDataModelFormat()
The format of the sensitive data model file.
|
static DataModelFormat |
DataModelFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataModelFormat[] |
DataModelFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
GenerateSensitiveDataModelForDownloadDetails.Builder |
GenerateSensitiveDataModelForDownloadDetails.Builder.dataModelFormat(DataModelFormat dataModelFormat)
The format of the sensitive data model file.
|
DownloadSensitiveDataModelDetails.Builder |
DownloadSensitiveDataModelDetails.Builder.dataModelFormat(DataModelFormat dataModelFormat)
The format of the sensitive data model file.
|
Constructor and Description |
---|
DownloadSensitiveDataModelDetails(DataModelFormat dataModelFormat)
Deprecated.
|
GenerateSensitiveDataModelForDownloadDetails(DataModelFormat dataModelFormat)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.