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 ListDbSystemsResponseDbSystem. 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)ListDbSystemsResponseDbSystemClient. listDbSystems(ListDbSystemsRequest request)Iterable<DbSystemSummary>DbSystemPaginators. listDbSystemsRecordIterator(ListDbSystemsRequest request)Creates a new iterable which will iterate over theDbSystemSummaryobjects 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 ListDbSystemsRequestListDbSystemsRequest.Builder. build()Build the instance of ListDbSystemsRequest as configured by this builderListDbSystemsRequestListDbSystemsRequest.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.BuilderListDbSystemsRequest.Builder. copy(ListDbSystemsRequest o)Copy method to populate the builder with values from the given instance.
-