Uses of Class
com.oracle.bmc.goldengate.model.DeploymentDiagnosticState
-
Packages that use DeploymentDiagnosticState Package Description com.oracle.bmc.goldengate.model -
-
Uses of DeploymentDiagnosticState in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return DeploymentDiagnosticState Modifier and Type Method Description static DeploymentDiagnosticState
DeploymentDiagnosticState. create(String key)
DeploymentDiagnosticState
DeploymentDiagnosticData. getDiagnosticState()
The state of the deployment diagnostic collection.static DeploymentDiagnosticState
DeploymentDiagnosticState. valueOf(String name)
Returns the enum constant of this type with the specified name.static DeploymentDiagnosticState[]
DeploymentDiagnosticState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.goldengate.model with parameters of type DeploymentDiagnosticState Modifier and Type Method Description DeploymentDiagnosticData.Builder
DeploymentDiagnosticData.Builder. diagnosticState(DeploymentDiagnosticState diagnosticState)
The state of the deployment diagnostic collection.Constructors in com.oracle.bmc.goldengate.model with parameters of type DeploymentDiagnosticState Constructor Description DeploymentDiagnosticData(String namespaceName, String bucketName, String objectName, DeploymentDiagnosticState diagnosticState, Date timeDiagnosticStart, Date timeDiagnosticEnd)
Deprecated.
-