Uses of Class
com.oracle.bmc.psql.requests.ListDbSystemsRequest
-
Packages that use ListDbSystemsRequest Package Description com.oracle.bmc.psql com.oracle.bmc.psql.requests -
-
Uses of ListDbSystemsRequest in com.oracle.bmc.psql
Methods in com.oracle.bmc.psql with parameters of type ListDbSystemsRequest Modifier and Type Method Description ListDbSystemsResponse
Postgresql. listDbSystems(ListDbSystemsRequest request)
Returns a list of database systems.Future<ListDbSystemsResponse>
PostgresqlAsync. listDbSystems(ListDbSystemsRequest request, AsyncHandler<ListDbSystemsRequest,ListDbSystemsResponse> handler)
Returns a list of database systems.Future<ListDbSystemsResponse>
PostgresqlAsyncClient. listDbSystems(ListDbSystemsRequest request, AsyncHandler<ListDbSystemsRequest,ListDbSystemsResponse> handler)
ListDbSystemsResponse
PostgresqlClient. listDbSystems(ListDbSystemsRequest request)
Iterable<DbSystemSummary>
PostgresqlPaginators. listDbSystemsRecordIterator(ListDbSystemsRequest request)
Creates a new iterable which will iterate over theDbSystemSummary
objects contained in responses from the listDbSystems operation.Iterable<ListDbSystemsResponse>
PostgresqlPaginators. listDbSystemsResponseIterator(ListDbSystemsRequest request)
Creates a new iterable which will iterate over the responses received from the listDbSystems operation.Method parameters in com.oracle.bmc.psql with type arguments of type ListDbSystemsRequest Modifier and Type Method Description Future<ListDbSystemsResponse>
PostgresqlAsync. listDbSystems(ListDbSystemsRequest request, AsyncHandler<ListDbSystemsRequest,ListDbSystemsResponse> handler)
Returns a list of database systems.Future<ListDbSystemsResponse>
PostgresqlAsyncClient. listDbSystems(ListDbSystemsRequest request, AsyncHandler<ListDbSystemsRequest,ListDbSystemsResponse> handler)
-
Uses of ListDbSystemsRequest in com.oracle.bmc.psql.requests
Methods in com.oracle.bmc.psql.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.psql.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.
-