Uses of Class
com.oracle.bmc.datasafe.requests.ListDatabaseSecurityConfigsRequest.AccessLevel
-
Packages that use ListDatabaseSecurityConfigsRequest.AccessLevel Package Description com.oracle.bmc.datasafe.requests -
-
Uses of ListDatabaseSecurityConfigsRequest.AccessLevel in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ListDatabaseSecurityConfigsRequest.AccessLevel Modifier and Type Method Description static ListDatabaseSecurityConfigsRequest.AccessLevelListDatabaseSecurityConfigsRequest.AccessLevel. create(String key)ListDatabaseSecurityConfigsRequest.AccessLevelListDatabaseSecurityConfigsRequest. getAccessLevel()Valid values are RESTRICTED and ACCESSIBLE.static ListDatabaseSecurityConfigsRequest.AccessLevelListDatabaseSecurityConfigsRequest.AccessLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static ListDatabaseSecurityConfigsRequest.AccessLevel[]ListDatabaseSecurityConfigsRequest.AccessLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.requests with parameters of type ListDatabaseSecurityConfigsRequest.AccessLevel Modifier and Type Method Description ListDatabaseSecurityConfigsRequest.BuilderListDatabaseSecurityConfigsRequest.Builder. accessLevel(ListDatabaseSecurityConfigsRequest.AccessLevel accessLevel)Valid values are RESTRICTED and ACCESSIBLE.
-