Uses of Class
com.oracle.bmc.database.requests.ListDbServersRequest
-
Packages that use ListDbServersRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of ListDbServersRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database with parameters of type ListDbServersRequest Modifier and Type Method Description ListDbServersResponse
Database. listDbServers(ListDbServersRequest request)
Lists the Exadata DB servers in the ExadataInfrastructureId and specified compartment.Future<ListDbServersResponse>
DatabaseAsync. listDbServers(ListDbServersRequest request, AsyncHandler<ListDbServersRequest,ListDbServersResponse> handler)
Lists the Exadata DB servers in the ExadataInfrastructureId and specified compartment.Future<ListDbServersResponse>
DatabaseAsyncClient. listDbServers(ListDbServersRequest request, AsyncHandler<ListDbServersRequest,ListDbServersResponse> handler)
ListDbServersResponse
DatabaseClient. listDbServers(ListDbServersRequest request)
Iterable<DbServerSummary>
DatabasePaginators. listDbServersRecordIterator(ListDbServersRequest request)
Creates a new iterable which will iterate over theDbServerSummary
objects contained in responses from the listDbServers operation.Iterable<ListDbServersResponse>
DatabasePaginators. listDbServersResponseIterator(ListDbServersRequest request)
Creates a new iterable which will iterate over the responses received from the listDbServers operation.Method parameters in com.oracle.bmc.database with type arguments of type ListDbServersRequest Modifier and Type Method Description Future<ListDbServersResponse>
DatabaseAsync. listDbServers(ListDbServersRequest request, AsyncHandler<ListDbServersRequest,ListDbServersResponse> handler)
Lists the Exadata DB servers in the ExadataInfrastructureId and specified compartment.Future<ListDbServersResponse>
DatabaseAsyncClient. listDbServers(ListDbServersRequest request, AsyncHandler<ListDbServersRequest,ListDbServersResponse> handler)
-
Uses of ListDbServersRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return ListDbServersRequest Modifier and Type Method Description ListDbServersRequest
ListDbServersRequest.Builder. build()
Build the instance of ListDbServersRequest as configured by this builderListDbServersRequest
ListDbServersRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListDbServersRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type ListDbServersRequest Modifier and Type Method Description ListDbServersRequest.Builder
ListDbServersRequest.Builder. copy(ListDbServersRequest o)
Copy method to populate the builder with values from the given instance.
-