Uses of Class
com.oracle.bmc.goldengate.model.CollectDeploymentDiagnosticDetails
-
Packages that use CollectDeploymentDiagnosticDetails Package Description com.oracle.bmc.goldengate.model com.oracle.bmc.goldengate.requests -
-
Uses of CollectDeploymentDiagnosticDetails in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return CollectDeploymentDiagnosticDetails Modifier and Type Method Description CollectDeploymentDiagnosticDetails
CollectDeploymentDiagnosticDetails.Builder. build()
Methods in com.oracle.bmc.goldengate.model with parameters of type CollectDeploymentDiagnosticDetails Modifier and Type Method Description CollectDeploymentDiagnosticDetails.Builder
CollectDeploymentDiagnosticDetails.Builder. copy(CollectDeploymentDiagnosticDetails model)
-
Uses of CollectDeploymentDiagnosticDetails in com.oracle.bmc.goldengate.requests
Methods in com.oracle.bmc.goldengate.requests that return CollectDeploymentDiagnosticDetails Modifier and Type Method Description CollectDeploymentDiagnosticDetails
CollectDeploymentDiagnosticRequest. getBody$()
Alternative accessor for the body parameter.CollectDeploymentDiagnosticDetails
CollectDeploymentDiagnosticRequest. getCollectDeploymentDiagnosticDetails()
Metadata about the deployment diagnostic.Methods in com.oracle.bmc.goldengate.requests with parameters of type CollectDeploymentDiagnosticDetails Modifier and Type Method Description CollectDeploymentDiagnosticRequest.Builder
CollectDeploymentDiagnosticRequest.Builder. body$(CollectDeploymentDiagnosticDetails body)
Alternative setter for the body parameter.CollectDeploymentDiagnosticRequest.Builder
CollectDeploymentDiagnosticRequest.Builder. collectDeploymentDiagnosticDetails(CollectDeploymentDiagnosticDetails collectDeploymentDiagnosticDetails)
Metadata about the deployment diagnostic.
-