Uses of Class
com.oracle.bmc.oda.model.RestrictedOperation
-
Packages that use RestrictedOperation Package Description com.oracle.bmc.oda.model -
-
Uses of RestrictedOperation in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return RestrictedOperation Modifier and Type Method Description RestrictedOperation
RestrictedOperation.Builder. build()
Methods in com.oracle.bmc.oda.model that return types with arguments of type RestrictedOperation Modifier and Type Method Description List<RestrictedOperation>
OdaInstance. getRestrictedOperations()
A list of restricted operations (across all attachments) for this instance (if any).Methods in com.oracle.bmc.oda.model with parameters of type RestrictedOperation Modifier and Type Method Description RestrictedOperation.Builder
RestrictedOperation.Builder. copy(RestrictedOperation model)
Method parameters in com.oracle.bmc.oda.model with type arguments of type RestrictedOperation Modifier and Type Method Description OdaInstance.Builder
OdaInstance.Builder. restrictedOperations(List<RestrictedOperation> restrictedOperations)
A list of restricted operations (across all attachments) for this instance (if any).
-