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