Uses of Class
com.oracle.bmc.datasafe.requests.ListMaskingErrorsRequest.StepName
-
Packages that use ListMaskingErrorsRequest.StepName Package Description com.oracle.bmc.datasafe.requests -
-
Uses of ListMaskingErrorsRequest.StepName in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ListMaskingErrorsRequest.StepName Modifier and Type Method Description static ListMaskingErrorsRequest.StepNameListMaskingErrorsRequest.StepName. create(String key)ListMaskingErrorsRequest.StepNameListMaskingErrorsRequest. getStepName()A filter to return only masking errors that match the specified step name.static ListMaskingErrorsRequest.StepNameListMaskingErrorsRequest.StepName. valueOf(String name)Returns the enum constant of this type with the specified name.static ListMaskingErrorsRequest.StepName[]ListMaskingErrorsRequest.StepName. 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 ListMaskingErrorsRequest.StepName Modifier and Type Method Description ListMaskingErrorsRequest.BuilderListMaskingErrorsRequest.Builder. stepName(ListMaskingErrorsRequest.StepName stepName)A filter to return only masking errors that match the specified step name.
-