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