Uses of Class
com.oracle.bmc.oce.responses.ListOceInstancesResponse
-
Packages that use ListOceInstancesResponse Package Description com.oracle.bmc.oce com.oracle.bmc.oce.responses -
-
Uses of ListOceInstancesResponse in com.oracle.bmc.oce
Methods in com.oracle.bmc.oce that return ListOceInstancesResponse Modifier and Type Method Description ListOceInstancesResponse
OceInstance. listOceInstances(ListOceInstancesRequest request)
Returns a list of OceInstances.ListOceInstancesResponse
OceInstanceClient. listOceInstances(ListOceInstancesRequest request)
Methods in com.oracle.bmc.oce that return types with arguments of type ListOceInstancesResponse 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)
Iterable<ListOceInstancesResponse>
OceInstancePaginators. listOceInstancesResponseIterator(ListOceInstancesRequest request)
Creates a new iterable which will iterate over the responses received from the listOceInstances operation.Method parameters in com.oracle.bmc.oce with type arguments of type ListOceInstancesResponse 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 ListOceInstancesResponse in com.oracle.bmc.oce.responses
Methods in com.oracle.bmc.oce.responses that return ListOceInstancesResponse Modifier and Type Method Description ListOceInstancesResponse
ListOceInstancesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.oce.responses with parameters of type ListOceInstancesResponse Modifier and Type Method Description ListOceInstancesResponse.Builder
ListOceInstancesResponse.Builder. copy(ListOceInstancesResponse o)
Copy method to populate the builder with values from the given instance.
-