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