Uses of Class
com.oracle.bmc.datasafe.model.SecurityFeatureSummary.TablespaceEncryption
-
Packages that use SecurityFeatureSummary.TablespaceEncryption Package Description com.oracle.bmc.datasafe.model -
-
Uses of SecurityFeatureSummary.TablespaceEncryption in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return SecurityFeatureSummary.TablespaceEncryption Modifier and Type Method Description static SecurityFeatureSummary.TablespaceEncryption
SecurityFeatureSummary.TablespaceEncryption. create(String key)
SecurityFeatureSummary.TablespaceEncryption
SecurityFeatureSummary. getTablespaceEncryption()
The usage of security feature - Tablespace Encryption.static SecurityFeatureSummary.TablespaceEncryption
SecurityFeatureSummary.TablespaceEncryption. valueOf(String name)
Returns the enum constant of this type with the specified name.static SecurityFeatureSummary.TablespaceEncryption[]
SecurityFeatureSummary.TablespaceEncryption. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.model with parameters of type SecurityFeatureSummary.TablespaceEncryption Modifier and Type Method Description SecurityFeatureSummary.Builder
SecurityFeatureSummary.Builder. tablespaceEncryption(SecurityFeatureSummary.TablespaceEncryption tablespaceEncryption)
The usage of security feature - Tablespace Encryption.Constructors in com.oracle.bmc.datasafe.model with parameters of type SecurityFeatureSummary.TablespaceEncryption Constructor Description SecurityFeatureSummary(String compartmentId, String targetId, String assessmentId, SecurityFeatureSummary.UnifiedAudit unifiedAudit, SecurityFeatureSummary.FineGrainedAudit fineGrainedAudit, SecurityFeatureSummary.TraditionalAudit traditionalAudit, SecurityFeatureSummary.DatabaseVault databaseVault, SecurityFeatureSummary.PrivilegeAnalysis privilegeAnalysis, SecurityFeatureSummary.TablespaceEncryption tablespaceEncryption, SecurityFeatureSummary.ColumnEncryption columnEncryption, SecurityFeatureSummary.NetworkEncryption networkEncryption, SecurityFeatureSummary.PasswordAuthentication passwordAuthentication, SecurityFeatureSummary.GlobalAuthentication globalAuthentication, SecurityFeatureSummary.ExternalAuthentication externalAuthentication, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-