Uses of Class
com.oracle.bmc.database.responses.GetAutonomousExadataInfrastructureResponse
-
Packages that use GetAutonomousExadataInfrastructureResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of GetAutonomousExadataInfrastructureResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return GetAutonomousExadataInfrastructureResponse Modifier and Type Method Description GetAutonomousExadataInfrastructureResponse
Database. getAutonomousExadataInfrastructure(GetAutonomousExadataInfrastructureRequest request)
Deprecated. Use thegetCloudExadataInfrastructure
operation to get details of an Exadata Infrastructure resource and thegetCloudAutonomousVmCluster
operation to get details of an Autonomous Exadata VM cluster.GetAutonomousExadataInfrastructureResponse
DatabaseClient. getAutonomousExadataInfrastructure(GetAutonomousExadataInfrastructureRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type GetAutonomousExadataInfrastructureResponse Modifier and Type Method Description Future<GetAutonomousExadataInfrastructureResponse>
DatabaseAsync. getAutonomousExadataInfrastructure(GetAutonomousExadataInfrastructureRequest request, AsyncHandler<GetAutonomousExadataInfrastructureRequest,GetAutonomousExadataInfrastructureResponse> handler)
Deprecated. Use thegetCloudExadataInfrastructure
operation to get details of an Exadata Infrastructure resource and thegetCloudAutonomousVmCluster
operation to get details of an Autonomous Exadata VM cluster.Future<GetAutonomousExadataInfrastructureResponse>
DatabaseAsyncClient. getAutonomousExadataInfrastructure(GetAutonomousExadataInfrastructureRequest request, AsyncHandler<GetAutonomousExadataInfrastructureRequest,GetAutonomousExadataInfrastructureResponse> handler)
-
Uses of GetAutonomousExadataInfrastructureResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return GetAutonomousExadataInfrastructureResponse Modifier and Type Method Description GetAutonomousExadataInfrastructureResponse
GetAutonomousExadataInfrastructureResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type GetAutonomousExadataInfrastructureResponse Modifier and Type Method Description GetAutonomousExadataInfrastructureResponse.Builder
GetAutonomousExadataInfrastructureResponse.Builder. copy(GetAutonomousExadataInfrastructureResponse o)
Copy method to populate the builder with values from the given instance.
-