Uses of Class
com.oracle.bmc.mysql.requests.CreateBlueGreenDeploymentRequest
-
Packages that use CreateBlueGreenDeploymentRequest Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.requests -
-
Uses of CreateBlueGreenDeploymentRequest in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql with parameters of type CreateBlueGreenDeploymentRequest Modifier and Type Method Description CreateBlueGreenDeploymentResponseBlueGreenDeployments. createBlueGreenDeployment(CreateBlueGreenDeploymentRequest request)Creates a blue/green deployment resource and its replication channel.Future<CreateBlueGreenDeploymentResponse>BlueGreenDeploymentsAsync. createBlueGreenDeployment(CreateBlueGreenDeploymentRequest request, AsyncHandler<CreateBlueGreenDeploymentRequest,CreateBlueGreenDeploymentResponse> handler)Creates a blue/green deployment resource and its replication channel.Future<CreateBlueGreenDeploymentResponse>BlueGreenDeploymentsAsyncClient. createBlueGreenDeployment(CreateBlueGreenDeploymentRequest request, AsyncHandler<CreateBlueGreenDeploymentRequest,CreateBlueGreenDeploymentResponse> handler)CreateBlueGreenDeploymentResponseBlueGreenDeploymentsClient. createBlueGreenDeployment(CreateBlueGreenDeploymentRequest request)Method parameters in com.oracle.bmc.mysql with type arguments of type CreateBlueGreenDeploymentRequest Modifier and Type Method Description Future<CreateBlueGreenDeploymentResponse>BlueGreenDeploymentsAsync. createBlueGreenDeployment(CreateBlueGreenDeploymentRequest request, AsyncHandler<CreateBlueGreenDeploymentRequest,CreateBlueGreenDeploymentResponse> handler)Creates a blue/green deployment resource and its replication channel.Future<CreateBlueGreenDeploymentResponse>BlueGreenDeploymentsAsyncClient. createBlueGreenDeployment(CreateBlueGreenDeploymentRequest request, AsyncHandler<CreateBlueGreenDeploymentRequest,CreateBlueGreenDeploymentResponse> handler) -
Uses of CreateBlueGreenDeploymentRequest in com.oracle.bmc.mysql.requests
Methods in com.oracle.bmc.mysql.requests that return CreateBlueGreenDeploymentRequest Modifier and Type Method Description CreateBlueGreenDeploymentRequestCreateBlueGreenDeploymentRequest.Builder. build()Build the instance of CreateBlueGreenDeploymentRequest as configured by this builderCreateBlueGreenDeploymentRequestCreateBlueGreenDeploymentRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateBlueGreenDeploymentRequest as configured by this builderMethods in com.oracle.bmc.mysql.requests with parameters of type CreateBlueGreenDeploymentRequest Modifier and Type Method Description CreateBlueGreenDeploymentRequest.BuilderCreateBlueGreenDeploymentRequest.Builder. copy(CreateBlueGreenDeploymentRequest o)Copy method to populate the builder with values from the given instance.
-