Uses of Class
com.oracle.bmc.mysql.model.CreateBlueGreenDeploymentDetails
-
Packages that use CreateBlueGreenDeploymentDetails Package Description com.oracle.bmc.mysql.model com.oracle.bmc.mysql.requests -
-
Uses of CreateBlueGreenDeploymentDetails in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return CreateBlueGreenDeploymentDetails Modifier and Type Method Description CreateBlueGreenDeploymentDetailsCreateBlueGreenDeploymentDetails.Builder. build()Methods in com.oracle.bmc.mysql.model with parameters of type CreateBlueGreenDeploymentDetails Modifier and Type Method Description CreateBlueGreenDeploymentDetails.BuilderCreateBlueGreenDeploymentDetails.Builder. copy(CreateBlueGreenDeploymentDetails model) -
Uses of CreateBlueGreenDeploymentDetails in com.oracle.bmc.mysql.requests
Methods in com.oracle.bmc.mysql.requests that return CreateBlueGreenDeploymentDetails Modifier and Type Method Description CreateBlueGreenDeploymentDetailsCreateBlueGreenDeploymentRequest. getBody$()Alternative accessor for the body parameter.CreateBlueGreenDeploymentDetailsCreateBlueGreenDeploymentRequest. getCreateBlueGreenDeploymentDetails()Details for creating a blue/green deployment, including target DB System overrides.Methods in com.oracle.bmc.mysql.requests with parameters of type CreateBlueGreenDeploymentDetails Modifier and Type Method Description CreateBlueGreenDeploymentRequest.BuilderCreateBlueGreenDeploymentRequest.Builder. body$(CreateBlueGreenDeploymentDetails body)Alternative setter for the body parameter.CreateBlueGreenDeploymentRequest.BuilderCreateBlueGreenDeploymentRequest.Builder. createBlueGreenDeploymentDetails(CreateBlueGreenDeploymentDetails createBlueGreenDeploymentDetails)Details for creating a blue/green deployment, including target DB System overrides.
-