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