Uses of Class
com.oracle.bmc.database.requests.ListExadataInfrastructuresRequest
-
Packages that use ListExadataInfrastructuresRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of ListExadataInfrastructuresRequest in com.oracle.bmc.database
Method parameters in com.oracle.bmc.database with type arguments of type ListExadataInfrastructuresRequest Modifier and Type Method Description Future<ListExadataInfrastructuresResponse>
DatabaseAsync. listExadataInfrastructures(ListExadataInfrastructuresRequest request, AsyncHandler<ListExadataInfrastructuresRequest,ListExadataInfrastructuresResponse> handler)
Lists the Exadata infrastructure resources in the specified compartment.Future<ListExadataInfrastructuresResponse>
DatabaseAsyncClient. listExadataInfrastructures(ListExadataInfrastructuresRequest request, AsyncHandler<ListExadataInfrastructuresRequest,ListExadataInfrastructuresResponse> handler)
-
Uses of ListExadataInfrastructuresRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return ListExadataInfrastructuresRequest Modifier and Type Method Description ListExadataInfrastructuresRequest
ListExadataInfrastructuresRequest.Builder. build()
Build the instance of ListExadataInfrastructuresRequest as configured by this builderListExadataInfrastructuresRequest
ListExadataInfrastructuresRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListExadataInfrastructuresRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type ListExadataInfrastructuresRequest Modifier and Type Method Description ListExadataInfrastructuresRequest.Builder
ListExadataInfrastructuresRequest.Builder. copy(ListExadataInfrastructuresRequest o)
Copy method to populate the builder with values from the given instance.
-