Uses of Class
com.oracle.bmc.datasafe.model.SecurityFeatureSummary.NetworkEncryption
-
Packages that use SecurityFeatureSummary.NetworkEncryption Package Description com.oracle.bmc.datasafe.model -
-
Uses of SecurityFeatureSummary.NetworkEncryption in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return SecurityFeatureSummary.NetworkEncryption Modifier and Type Method Description static SecurityFeatureSummary.NetworkEncryption
SecurityFeatureSummary.NetworkEncryption. create(String key)
SecurityFeatureSummary.NetworkEncryption
SecurityFeatureSummary. getNetworkEncryption()
The usage of security feature - Network Encryption.static SecurityFeatureSummary.NetworkEncryption
SecurityFeatureSummary.NetworkEncryption. valueOf(String name)
Returns the enum constant of this type with the specified name.static SecurityFeatureSummary.NetworkEncryption[]
SecurityFeatureSummary.NetworkEncryption. 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.NetworkEncryption Modifier and Type Method Description SecurityFeatureSummary.Builder
SecurityFeatureSummary.Builder. networkEncryption(SecurityFeatureSummary.NetworkEncryption networkEncryption)
The usage of security feature - Network Encryption.Constructors in com.oracle.bmc.datasafe.model with parameters of type SecurityFeatureSummary.NetworkEncryption 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.
-