Uses of Class
com.oracle.bmc.mysql.requests.ListDbSystemsRequest
-
Packages that use ListDbSystemsRequest Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.requests -
-
Uses of ListDbSystemsRequest in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql with parameters of type ListDbSystemsRequest Modifier and Type Method Description ListDbSystemsResponse
DbSystem. listDbSystems(ListDbSystemsRequest request)
Get a list of DB Systems in the specified compartment.Future<ListDbSystemsResponse>
DbSystemAsync. listDbSystems(ListDbSystemsRequest request, AsyncHandler<ListDbSystemsRequest,ListDbSystemsResponse> handler)
Get a list of DB Systems in the specified compartment.Future<ListDbSystemsResponse>
DbSystemAsyncClient. listDbSystems(ListDbSystemsRequest request, AsyncHandler<ListDbSystemsRequest,ListDbSystemsResponse> handler)
ListDbSystemsResponse
DbSystemClient. listDbSystems(ListDbSystemsRequest request)
Iterable<DbSystemSummary>
DbSystemPaginators. listDbSystemsRecordIterator(ListDbSystemsRequest request)
Creates a new iterable which will iterate over theDbSystemSummary
objects contained in responses from the listDbSystems operation.Iterable<ListDbSystemsResponse>
DbSystemPaginators. listDbSystemsResponseIterator(ListDbSystemsRequest request)
Creates a new iterable which will iterate over the responses received from the listDbSystems operation.Method parameters in com.oracle.bmc.mysql with type arguments of type ListDbSystemsRequest Modifier and Type Method Description Future<ListDbSystemsResponse>
DbSystemAsync. listDbSystems(ListDbSystemsRequest request, AsyncHandler<ListDbSystemsRequest,ListDbSystemsResponse> handler)
Get a list of DB Systems in the specified compartment.Future<ListDbSystemsResponse>
DbSystemAsyncClient. listDbSystems(ListDbSystemsRequest request, AsyncHandler<ListDbSystemsRequest,ListDbSystemsResponse> handler)
-
Uses of ListDbSystemsRequest in com.oracle.bmc.mysql.requests
Methods in com.oracle.bmc.mysql.requests that return ListDbSystemsRequest Modifier and Type Method Description ListDbSystemsRequest
ListDbSystemsRequest.Builder. build()
Build the instance of ListDbSystemsRequest as configured by this builderListDbSystemsRequest
ListDbSystemsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListDbSystemsRequest as configured by this builderMethods in com.oracle.bmc.mysql.requests with parameters of type ListDbSystemsRequest Modifier and Type Method Description ListDbSystemsRequest.Builder
ListDbSystemsRequest.Builder. copy(ListDbSystemsRequest o)
Copy method to populate the builder with values from the given instance.
-