Uses of Class
com.oracle.bmc.goldengate.model.ExportDeploymentWalletDetails
-
Packages that use ExportDeploymentWalletDetails Package Description com.oracle.bmc.goldengate.model com.oracle.bmc.goldengate.requests -
-
Uses of ExportDeploymentWalletDetails in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return ExportDeploymentWalletDetails Modifier and Type Method Description ExportDeploymentWalletDetails
ExportDeploymentWalletDetails.Builder. build()
Methods in com.oracle.bmc.goldengate.model with parameters of type ExportDeploymentWalletDetails Modifier and Type Method Description ExportDeploymentWalletDetails.Builder
ExportDeploymentWalletDetails.Builder. copy(ExportDeploymentWalletDetails model)
-
Uses of ExportDeploymentWalletDetails in com.oracle.bmc.goldengate.requests
Methods in com.oracle.bmc.goldengate.requests that return ExportDeploymentWalletDetails Modifier and Type Method Description ExportDeploymentWalletDetails
ExportDeploymentWalletRequest. getBody$()
Alternative accessor for the body parameter.ExportDeploymentWalletDetails
ExportDeploymentWalletRequest. getExportDeploymentWalletDetails()
Metadata to export the OGG wallet from deployment.Methods in com.oracle.bmc.goldengate.requests with parameters of type ExportDeploymentWalletDetails Modifier and Type Method Description ExportDeploymentWalletRequest.Builder
ExportDeploymentWalletRequest.Builder. body$(ExportDeploymentWalletDetails body)
Alternative setter for the body parameter.ExportDeploymentWalletRequest.Builder
ExportDeploymentWalletRequest.Builder. exportDeploymentWalletDetails(ExportDeploymentWalletDetails exportDeploymentWalletDetails)
Metadata to export the OGG wallet from deployment.
-