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