Uses of Class
com.oracle.bmc.goldengate.model.DeploymentWalletStatus
-
Packages that use DeploymentWalletStatus Package Description com.oracle.bmc.goldengate.model -
-
Uses of DeploymentWalletStatus in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return DeploymentWalletStatus Modifier and Type Method Description static DeploymentWalletStatus
DeploymentWalletStatus. create(String key)
DeploymentWalletStatus
DeploymentWalletsOperationSummary. getDeploymentWalletOperationStatus()
The status of the deployment wallet.static DeploymentWalletStatus
DeploymentWalletStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static DeploymentWalletStatus[]
DeploymentWalletStatus. 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 DeploymentWalletStatus Modifier and Type Method Description DeploymentWalletsOperationSummary.Builder
DeploymentWalletsOperationSummary.Builder. deploymentWalletOperationStatus(DeploymentWalletStatus deploymentWalletOperationStatus)
The status of the deployment wallet.Constructors in com.oracle.bmc.goldengate.model with parameters of type DeploymentWalletStatus Constructor Description DeploymentWalletsOperationSummary(String walletOperationId, String walletSecretId, DeploymentWalletOperationType deploymentWalletOperationType, DeploymentWalletStatus deploymentWalletOperationStatus, Date timeStarted, Date timeCompleted)
Deprecated.
-