Uses of Class
com.oracle.bmc.goldengate.model.ChangeDeploymentSubscriptionDetails
-
Packages that use ChangeDeploymentSubscriptionDetails Package Description com.oracle.bmc.goldengate.model com.oracle.bmc.goldengate.requests -
-
Uses of ChangeDeploymentSubscriptionDetails in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return ChangeDeploymentSubscriptionDetails Modifier and Type Method Description ChangeDeploymentSubscriptionDetails
ChangeDeploymentSubscriptionDetails.Builder. build()
Methods in com.oracle.bmc.goldengate.model with parameters of type ChangeDeploymentSubscriptionDetails Modifier and Type Method Description ChangeDeploymentSubscriptionDetails.Builder
ChangeDeploymentSubscriptionDetails.Builder. copy(ChangeDeploymentSubscriptionDetails model)
-
Uses of ChangeDeploymentSubscriptionDetails in com.oracle.bmc.goldengate.requests
Methods in com.oracle.bmc.goldengate.requests that return ChangeDeploymentSubscriptionDetails Modifier and Type Method Description ChangeDeploymentSubscriptionDetails
ChangeDeploymentSubscriptionRequest. getBody$()
Alternative accessor for the body parameter.ChangeDeploymentSubscriptionDetails
ChangeDeploymentSubscriptionRequest. getChangeDeploymentSubscriptionDetails()
Associate a GoldenGate deployment with a different subscription.Methods in com.oracle.bmc.goldengate.requests with parameters of type ChangeDeploymentSubscriptionDetails Modifier and Type Method Description ChangeDeploymentSubscriptionRequest.Builder
ChangeDeploymentSubscriptionRequest.Builder. body$(ChangeDeploymentSubscriptionDetails body)
Alternative setter for the body parameter.ChangeDeploymentSubscriptionRequest.Builder
ChangeDeploymentSubscriptionRequest.Builder. changeDeploymentSubscriptionDetails(ChangeDeploymentSubscriptionDetails changeDeploymentSubscriptionDetails)
Associate a GoldenGate deployment with a different subscription.
-