Uses of Class
com.oracle.bmc.goldengate.model.StopDeploymentDetails
-
Packages that use StopDeploymentDetails Package Description com.oracle.bmc.goldengate.model com.oracle.bmc.goldengate.requests -
-
Uses of StopDeploymentDetails in com.oracle.bmc.goldengate.model
Subclasses of StopDeploymentDetails in com.oracle.bmc.goldengate.model Modifier and Type Class Description class
DefaultStopDeploymentDetails
Definition of the additional attributes for default deployment stop. -
Uses of StopDeploymentDetails in com.oracle.bmc.goldengate.requests
Methods in com.oracle.bmc.goldengate.requests that return StopDeploymentDetails Modifier and Type Method Description StopDeploymentDetails
StopDeploymentRequest. getBody$()
Alternative accessor for the body parameter.StopDeploymentDetails
StopDeploymentRequest. getStopDeploymentDetails()
A placeholder for any additional metadata to describe the deployment stop.Methods in com.oracle.bmc.goldengate.requests with parameters of type StopDeploymentDetails Modifier and Type Method Description StopDeploymentRequest.Builder
StopDeploymentRequest.Builder. body$(StopDeploymentDetails body)
Alternative setter for the body parameter.StopDeploymentRequest.Builder
StopDeploymentRequest.Builder. stopDeploymentDetails(StopDeploymentDetails stopDeploymentDetails)
A placeholder for any additional metadata to describe the deployment stop.
-