Uses of Class
com.oracle.bmc.datasafe.requests.ListSqlCollectionsRequest.AccessLevel
-
Packages that use ListSqlCollectionsRequest.AccessLevel Package Description com.oracle.bmc.datasafe.requests -
-
Uses of ListSqlCollectionsRequest.AccessLevel in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ListSqlCollectionsRequest.AccessLevel Modifier and Type Method Description static ListSqlCollectionsRequest.AccessLevel
ListSqlCollectionsRequest.AccessLevel. create(String key)
ListSqlCollectionsRequest.AccessLevel
ListSqlCollectionsRequest. getAccessLevel()
Valid values are RESTRICTED and ACCESSIBLE.static ListSqlCollectionsRequest.AccessLevel
ListSqlCollectionsRequest.AccessLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListSqlCollectionsRequest.AccessLevel[]
ListSqlCollectionsRequest.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 ListSqlCollectionsRequest.AccessLevel Modifier and Type Method Description ListSqlCollectionsRequest.Builder
ListSqlCollectionsRequest.Builder. accessLevel(ListSqlCollectionsRequest.AccessLevel accessLevel)
Valid values are RESTRICTED and ACCESSIBLE.
-