Uses of Class
com.oracle.bmc.database.requests.ListFlexComponentsRequest
-
Packages that use ListFlexComponentsRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of ListFlexComponentsRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database with parameters of type ListFlexComponentsRequest Modifier and Type Method Description ListFlexComponentsResponse
Database. listFlexComponents(ListFlexComponentsRequest request)
Gets a list of the flex components that can be used to launch a new DB system.Future<ListFlexComponentsResponse>
DatabaseAsync. listFlexComponents(ListFlexComponentsRequest request, AsyncHandler<ListFlexComponentsRequest,ListFlexComponentsResponse> handler)
Gets a list of the flex components that can be used to launch a new DB system.Future<ListFlexComponentsResponse>
DatabaseAsyncClient. listFlexComponents(ListFlexComponentsRequest request, AsyncHandler<ListFlexComponentsRequest,ListFlexComponentsResponse> handler)
ListFlexComponentsResponse
DatabaseClient. listFlexComponents(ListFlexComponentsRequest request)
Iterable<FlexComponentSummary>
DatabasePaginators. listFlexComponentsRecordIterator(ListFlexComponentsRequest request)
Creates a new iterable which will iterate over theFlexComponentSummary
objects contained in responses from the listFlexComponents operation.Iterable<ListFlexComponentsResponse>
DatabasePaginators. listFlexComponentsResponseIterator(ListFlexComponentsRequest request)
Creates a new iterable which will iterate over the responses received from the listFlexComponents operation.Method parameters in com.oracle.bmc.database with type arguments of type ListFlexComponentsRequest Modifier and Type Method Description Future<ListFlexComponentsResponse>
DatabaseAsync. listFlexComponents(ListFlexComponentsRequest request, AsyncHandler<ListFlexComponentsRequest,ListFlexComponentsResponse> handler)
Gets a list of the flex components that can be used to launch a new DB system.Future<ListFlexComponentsResponse>
DatabaseAsyncClient. listFlexComponents(ListFlexComponentsRequest request, AsyncHandler<ListFlexComponentsRequest,ListFlexComponentsResponse> handler)
-
Uses of ListFlexComponentsRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return ListFlexComponentsRequest Modifier and Type Method Description ListFlexComponentsRequest
ListFlexComponentsRequest.Builder. build()
Build the instance of ListFlexComponentsRequest as configured by this builderListFlexComponentsRequest
ListFlexComponentsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListFlexComponentsRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type ListFlexComponentsRequest Modifier and Type Method Description ListFlexComponentsRequest.Builder
ListFlexComponentsRequest.Builder. copy(ListFlexComponentsRequest o)
Copy method to populate the builder with values from the given instance.
-