Uses of Class
com.oracle.bmc.database.responses.GetExadataInfrastructureOcpusResponse
-
Packages that use GetExadataInfrastructureOcpusResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of GetExadataInfrastructureOcpusResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return GetExadataInfrastructureOcpusResponse Modifier and Type Method Description GetExadataInfrastructureOcpusResponse
Database. getExadataInfrastructureOcpus(GetExadataInfrastructureOcpusRequest request)
Gets details of the available and consumed OCPUs for the specified Autonomous Exadata Infrastructure resource.GetExadataInfrastructureOcpusResponse
DatabaseClient. getExadataInfrastructureOcpus(GetExadataInfrastructureOcpusRequest request)
Methods in com.oracle.bmc.database that return types with arguments of type GetExadataInfrastructureOcpusResponse Modifier and Type Method Description Future<GetExadataInfrastructureOcpusResponse>
DatabaseAsync. getExadataInfrastructureOcpus(GetExadataInfrastructureOcpusRequest request, AsyncHandler<GetExadataInfrastructureOcpusRequest,GetExadataInfrastructureOcpusResponse> handler)
Gets details of the available and consumed OCPUs for the specified Autonomous Exadata Infrastructure resource.Future<GetExadataInfrastructureOcpusResponse>
DatabaseAsyncClient. getExadataInfrastructureOcpus(GetExadataInfrastructureOcpusRequest request, AsyncHandler<GetExadataInfrastructureOcpusRequest,GetExadataInfrastructureOcpusResponse> handler)
Method parameters in com.oracle.bmc.database with type arguments of type GetExadataInfrastructureOcpusResponse Modifier and Type Method Description Future<GetExadataInfrastructureOcpusResponse>
DatabaseAsync. getExadataInfrastructureOcpus(GetExadataInfrastructureOcpusRequest request, AsyncHandler<GetExadataInfrastructureOcpusRequest,GetExadataInfrastructureOcpusResponse> handler)
Gets details of the available and consumed OCPUs for the specified Autonomous Exadata Infrastructure resource.Future<GetExadataInfrastructureOcpusResponse>
DatabaseAsyncClient. getExadataInfrastructureOcpus(GetExadataInfrastructureOcpusRequest request, AsyncHandler<GetExadataInfrastructureOcpusRequest,GetExadataInfrastructureOcpusResponse> handler)
-
Uses of GetExadataInfrastructureOcpusResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return GetExadataInfrastructureOcpusResponse Modifier and Type Method Description GetExadataInfrastructureOcpusResponse
GetExadataInfrastructureOcpusResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type GetExadataInfrastructureOcpusResponse Modifier and Type Method Description GetExadataInfrastructureOcpusResponse.Builder
GetExadataInfrastructureOcpusResponse.Builder. copy(GetExadataInfrastructureOcpusResponse o)
Copy method to populate the builder with values from the given instance.
-