Uses of Class
com.oracle.bmc.ocvp.responses.DeleteClusterResponse
-
Packages that use DeleteClusterResponse Package Description com.oracle.bmc.ocvp com.oracle.bmc.ocvp.responses -
-
Uses of DeleteClusterResponse in com.oracle.bmc.ocvp
Methods in com.oracle.bmc.ocvp that return DeleteClusterResponse Modifier and Type Method Description DeleteClusterResponse
Cluster. deleteCluster(DeleteClusterRequest request)
Deletes the specified Cluster, along with the other resources that were created with the Cluster.DeleteClusterResponse
ClusterClient. deleteCluster(DeleteClusterRequest request)
Methods in com.oracle.bmc.ocvp that return types with arguments of type DeleteClusterResponse Modifier and Type Method Description Future<DeleteClusterResponse>
ClusterAsync. deleteCluster(DeleteClusterRequest request, AsyncHandler<DeleteClusterRequest,DeleteClusterResponse> handler)
Deletes the specified Cluster, along with the other resources that were created with the Cluster.Future<DeleteClusterResponse>
ClusterAsyncClient. deleteCluster(DeleteClusterRequest request, AsyncHandler<DeleteClusterRequest,DeleteClusterResponse> handler)
Method parameters in com.oracle.bmc.ocvp with type arguments of type DeleteClusterResponse Modifier and Type Method Description Future<DeleteClusterResponse>
ClusterAsync. deleteCluster(DeleteClusterRequest request, AsyncHandler<DeleteClusterRequest,DeleteClusterResponse> handler)
Deletes the specified Cluster, along with the other resources that were created with the Cluster.Future<DeleteClusterResponse>
ClusterAsyncClient. deleteCluster(DeleteClusterRequest request, AsyncHandler<DeleteClusterRequest,DeleteClusterResponse> handler)
-
Uses of DeleteClusterResponse in com.oracle.bmc.ocvp.responses
Methods in com.oracle.bmc.ocvp.responses that return DeleteClusterResponse Modifier and Type Method Description DeleteClusterResponse
DeleteClusterResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ocvp.responses with parameters of type DeleteClusterResponse Modifier and Type Method Description DeleteClusterResponse.Builder
DeleteClusterResponse.Builder. copy(DeleteClusterResponse o)
Copy method to populate the builder with values from the given instance.
-