Uses of Class
com.oracle.bmc.ocvp.requests.ListByolsRequest
-
Packages that use ListByolsRequest Package Description com.oracle.bmc.ocvp com.oracle.bmc.ocvp.requests -
-
Uses of ListByolsRequest in com.oracle.bmc.ocvp
Methods in com.oracle.bmc.ocvp with parameters of type ListByolsRequest Modifier and Type Method Description ListByolsResponseByol. listByols(ListByolsRequest request)Lists the BYOLs in the specified compartment.Future<ListByolsResponse>ByolAsync. listByols(ListByolsRequest request, AsyncHandler<ListByolsRequest,ListByolsResponse> handler)Lists the BYOLs in the specified compartment.Future<ListByolsResponse>ByolAsyncClient. listByols(ListByolsRequest request, AsyncHandler<ListByolsRequest,ListByolsResponse> handler)ListByolsResponseByolClient. listByols(ListByolsRequest request)Iterable<ByolSummary>ByolPaginators. listByolsRecordIterator(ListByolsRequest request)Creates a new iterable which will iterate over theByolSummaryobjects contained in responses from the listByols operation.Iterable<ListByolsResponse>ByolPaginators. listByolsResponseIterator(ListByolsRequest request)Creates a new iterable which will iterate over the responses received from the listByols operation.Method parameters in com.oracle.bmc.ocvp with type arguments of type ListByolsRequest Modifier and Type Method Description Future<ListByolsResponse>ByolAsync. listByols(ListByolsRequest request, AsyncHandler<ListByolsRequest,ListByolsResponse> handler)Lists the BYOLs in the specified compartment.Future<ListByolsResponse>ByolAsyncClient. listByols(ListByolsRequest request, AsyncHandler<ListByolsRequest,ListByolsResponse> handler) -
Uses of ListByolsRequest in com.oracle.bmc.ocvp.requests
Methods in com.oracle.bmc.ocvp.requests that return ListByolsRequest Modifier and Type Method Description ListByolsRequestListByolsRequest.Builder. build()Build the instance of ListByolsRequest as configured by this builderListByolsRequestListByolsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListByolsRequest as configured by this builderMethods in com.oracle.bmc.ocvp.requests with parameters of type ListByolsRequest Modifier and Type Method Description ListByolsRequest.BuilderListByolsRequest.Builder. copy(ListByolsRequest o)Copy method to populate the builder with values from the given instance.
-