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