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