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