Uses of Class
com.oracle.bmc.database.responses.ListAutonomousExadataInfrastructuresResponse
-
Packages that use ListAutonomousExadataInfrastructuresResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of ListAutonomousExadataInfrastructuresResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return ListAutonomousExadataInfrastructuresResponse Modifier and Type Method Description ListAutonomousExadataInfrastructuresResponse
Database. listAutonomousExadataInfrastructures(ListAutonomousExadataInfrastructuresRequest request)
Deprecated. Use thelistCloudExadataInfrastructures
operation to list Exadata Infrastructures in the Oracle cloud and thelistCloudAutonomousVmClusters
operation to list Autonomous Exadata VM clusters.ListAutonomousExadataInfrastructuresResponse
DatabaseClient. listAutonomousExadataInfrastructures(ListAutonomousExadataInfrastructuresRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type ListAutonomousExadataInfrastructuresResponse Modifier and Type Method Description Future<ListAutonomousExadataInfrastructuresResponse>
DatabaseAsync. listAutonomousExadataInfrastructures(ListAutonomousExadataInfrastructuresRequest request, AsyncHandler<ListAutonomousExadataInfrastructuresRequest,ListAutonomousExadataInfrastructuresResponse> handler)
Deprecated. Use thelistCloudExadataInfrastructures
operation to list Exadata Infrastructures in the Oracle cloud and thelistCloudAutonomousVmClusters
operation to list Autonomous Exadata VM clusters.Future<ListAutonomousExadataInfrastructuresResponse>
DatabaseAsyncClient. listAutonomousExadataInfrastructures(ListAutonomousExadataInfrastructuresRequest request, AsyncHandler<ListAutonomousExadataInfrastructuresRequest,ListAutonomousExadataInfrastructuresResponse> handler)
-
Uses of ListAutonomousExadataInfrastructuresResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return ListAutonomousExadataInfrastructuresResponse Modifier and Type Method Description ListAutonomousExadataInfrastructuresResponse
ListAutonomousExadataInfrastructuresResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type ListAutonomousExadataInfrastructuresResponse Modifier and Type Method Description ListAutonomousExadataInfrastructuresResponse.Builder
ListAutonomousExadataInfrastructuresResponse.Builder. copy(ListAutonomousExadataInfrastructuresResponse o)
Copy method to populate the builder with values from the given instance.
-