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.modelMethods in com.oracle.bmc.goldengate.model that return DeploymentWalletStatus Modifier and Type Method Description static DeploymentWalletStatusDeploymentWalletStatus. create(String key)DeploymentWalletStatusDeploymentWalletsOperationSummary. getDeploymentWalletOperationStatus()The status of the deployment wallet.static DeploymentWalletStatusDeploymentWalletStatus. 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.BuilderDeploymentWalletsOperationSummary.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.
 
-