Uses of Class
com.oracle.bmc.database.requests.ListAutonomousExadataInfrastructuresRequest
-
Packages that use ListAutonomousExadataInfrastructuresRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of ListAutonomousExadataInfrastructuresRequest in com.oracle.bmc.database
Method parameters in com.oracle.bmc.database with type arguments of type ListAutonomousExadataInfrastructuresRequest 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 ListAutonomousExadataInfrastructuresRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return ListAutonomousExadataInfrastructuresRequest Modifier and Type Method Description ListAutonomousExadataInfrastructuresRequest
ListAutonomousExadataInfrastructuresRequest.Builder. build()
Build the instance of ListAutonomousExadataInfrastructuresRequest as configured by this builderListAutonomousExadataInfrastructuresRequest
ListAutonomousExadataInfrastructuresRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListAutonomousExadataInfrastructuresRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type ListAutonomousExadataInfrastructuresRequest Modifier and Type Method Description ListAutonomousExadataInfrastructuresRequest.Builder
ListAutonomousExadataInfrastructuresRequest.Builder. copy(ListAutonomousExadataInfrastructuresRequest o)
Copy method to populate the builder with values from the given instance.
-