Uses of Class
com.oracle.bmc.databasemigration.model.CollectTracesStates
-
Packages that use CollectTracesStates Package Description com.oracle.bmc.databasemigration.model -
-
Uses of CollectTracesStates in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return CollectTracesStates Modifier and Type Method Description static CollectTracesStates
CollectTracesStates. create(String key)
CollectTracesStates
CollectTracesData. getCollectTracesState()
Status of trace collection process.static CollectTracesStates
CollectTracesStates. valueOf(String name)
Returns the enum constant of this type with the specified name.static CollectTracesStates[]
CollectTracesStates. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemigration.model with parameters of type CollectTracesStates Modifier and Type Method Description CollectTracesData.Builder
CollectTracesData.Builder. collectTracesState(CollectTracesStates collectTracesState)
Status of trace collection process.Constructors in com.oracle.bmc.databasemigration.model with parameters of type CollectTracesStates Constructor Description CollectTracesData(String bucketName, String namespace, String objectName, CollectTracesStates collectTracesState)
Deprecated.
-