Uses of Class
com.oracle.bmc.mysql.requests.DeleteBlueGreenDeploymentRequest
-
Packages that use DeleteBlueGreenDeploymentRequest Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.requests -
-
Uses of DeleteBlueGreenDeploymentRequest in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql with parameters of type DeleteBlueGreenDeploymentRequest Modifier and Type Method Description DeleteBlueGreenDeploymentResponseBlueGreenDeployments. deleteBlueGreenDeployment(DeleteBlueGreenDeploymentRequest request)Deletes only the blue/green deployment wrapper resource.Future<DeleteBlueGreenDeploymentResponse>BlueGreenDeploymentsAsync. deleteBlueGreenDeployment(DeleteBlueGreenDeploymentRequest request, AsyncHandler<DeleteBlueGreenDeploymentRequest,DeleteBlueGreenDeploymentResponse> handler)Deletes only the blue/green deployment wrapper resource.Future<DeleteBlueGreenDeploymentResponse>BlueGreenDeploymentsAsyncClient. deleteBlueGreenDeployment(DeleteBlueGreenDeploymentRequest request, AsyncHandler<DeleteBlueGreenDeploymentRequest,DeleteBlueGreenDeploymentResponse> handler)DeleteBlueGreenDeploymentResponseBlueGreenDeploymentsClient. deleteBlueGreenDeployment(DeleteBlueGreenDeploymentRequest request)Method parameters in com.oracle.bmc.mysql with type arguments of type DeleteBlueGreenDeploymentRequest Modifier and Type Method Description Future<DeleteBlueGreenDeploymentResponse>BlueGreenDeploymentsAsync. deleteBlueGreenDeployment(DeleteBlueGreenDeploymentRequest request, AsyncHandler<DeleteBlueGreenDeploymentRequest,DeleteBlueGreenDeploymentResponse> handler)Deletes only the blue/green deployment wrapper resource.Future<DeleteBlueGreenDeploymentResponse>BlueGreenDeploymentsAsyncClient. deleteBlueGreenDeployment(DeleteBlueGreenDeploymentRequest request, AsyncHandler<DeleteBlueGreenDeploymentRequest,DeleteBlueGreenDeploymentResponse> handler) -
Uses of DeleteBlueGreenDeploymentRequest in com.oracle.bmc.mysql.requests
Methods in com.oracle.bmc.mysql.requests that return DeleteBlueGreenDeploymentRequest Modifier and Type Method Description DeleteBlueGreenDeploymentRequestDeleteBlueGreenDeploymentRequest.Builder. build()Build the instance of DeleteBlueGreenDeploymentRequest as configured by this builderDeleteBlueGreenDeploymentRequestDeleteBlueGreenDeploymentRequest.Builder. buildWithoutInvocationCallback()Build the instance of DeleteBlueGreenDeploymentRequest as configured by this builderMethods in com.oracle.bmc.mysql.requests with parameters of type DeleteBlueGreenDeploymentRequest Modifier and Type Method Description DeleteBlueGreenDeploymentRequest.BuilderDeleteBlueGreenDeploymentRequest.Builder. copy(DeleteBlueGreenDeploymentRequest o)Copy method to populate the builder with values from the given instance.
-