Uses of Class
com.oracle.bmc.oce.requests.ListOceInstancesRequest
-
Packages that use ListOceInstancesRequest Package Description com.oracle.bmc.oce com.oracle.bmc.oce.requests -
-
Uses of ListOceInstancesRequest in com.oracle.bmc.oce
Method parameters in com.oracle.bmc.oce with type arguments of type ListOceInstancesRequest Modifier and Type Method Description Future<ListOceInstancesResponse>
OceInstanceAsync. listOceInstances(ListOceInstancesRequest request, AsyncHandler<ListOceInstancesRequest,ListOceInstancesResponse> handler)
Returns a list of OceInstances.Future<ListOceInstancesResponse>
OceInstanceAsyncClient. listOceInstances(ListOceInstancesRequest request, AsyncHandler<ListOceInstancesRequest,ListOceInstancesResponse> handler)
-
Uses of ListOceInstancesRequest in com.oracle.bmc.oce.requests
Methods in com.oracle.bmc.oce.requests that return ListOceInstancesRequest Modifier and Type Method Description ListOceInstancesRequest
ListOceInstancesRequest.Builder. build()
Build the instance of ListOceInstancesRequest as configured by this builderListOceInstancesRequest
ListOceInstancesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListOceInstancesRequest as configured by this builderMethods in com.oracle.bmc.oce.requests with parameters of type ListOceInstancesRequest Modifier and Type Method Description ListOceInstancesRequest.Builder
ListOceInstancesRequest.Builder. copy(ListOceInstancesRequest o)
Copy method to populate the builder with values from the given instance.
-