Uses of Class
com.oracle.bmc.database.responses.GetCloudVmClusterResponse
-
Packages that use GetCloudVmClusterResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of GetCloudVmClusterResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return GetCloudVmClusterResponse Modifier and Type Method Description GetCloudVmClusterResponse
Database. getCloudVmCluster(GetCloudVmClusterRequest request)
Gets information about the specified cloud VM cluster.GetCloudVmClusterResponse
DatabaseClient. getCloudVmCluster(GetCloudVmClusterRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type GetCloudVmClusterResponse Modifier and Type Method Description Future<GetCloudVmClusterResponse>
DatabaseAsync. getCloudVmCluster(GetCloudVmClusterRequest request, AsyncHandler<GetCloudVmClusterRequest,GetCloudVmClusterResponse> handler)
Gets information about the specified cloud VM cluster.Future<GetCloudVmClusterResponse>
DatabaseAsyncClient. getCloudVmCluster(GetCloudVmClusterRequest request, AsyncHandler<GetCloudVmClusterRequest,GetCloudVmClusterResponse> handler)
-
Uses of GetCloudVmClusterResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return GetCloudVmClusterResponse Modifier and Type Method Description GetCloudVmClusterResponse
GetCloudVmClusterResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type GetCloudVmClusterResponse Modifier and Type Method Description GetCloudVmClusterResponse.Builder
GetCloudVmClusterResponse.Builder. copy(GetCloudVmClusterResponse o)
Copy method to populate the builder with values from the given instance.
-