Uses of Class
com.oracle.bmc.core.requests.ListInstancesRequest
-
Packages that use ListInstancesRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of ListInstancesRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type ListInstancesRequest Modifier and Type Method Description ListInstancesResponse
Compute. listInstances(ListInstancesRequest request)
Lists the instances in the specified compartment and the specified availability domain.Future<ListInstancesResponse>
ComputeAsync. listInstances(ListInstancesRequest request, AsyncHandler<ListInstancesRequest,ListInstancesResponse> handler)
Lists the instances in the specified compartment and the specified availability domain.Future<ListInstancesResponse>
ComputeAsyncClient. listInstances(ListInstancesRequest request, AsyncHandler<ListInstancesRequest,ListInstancesResponse> handler)
ListInstancesResponse
ComputeClient. listInstances(ListInstancesRequest request)
Iterable<Instance>
ComputePaginators. listInstancesRecordIterator(ListInstancesRequest request)
Creates a new iterable which will iterate over theInstance
objects contained in responses from the listInstances operation.Iterable<ListInstancesResponse>
ComputePaginators. listInstancesResponseIterator(ListInstancesRequest request)
Creates a new iterable which will iterate over the responses received from the listInstances operation.Method parameters in com.oracle.bmc.core with type arguments of type ListInstancesRequest Modifier and Type Method Description Future<ListInstancesResponse>
ComputeAsync. listInstances(ListInstancesRequest request, AsyncHandler<ListInstancesRequest,ListInstancesResponse> handler)
Lists the instances in the specified compartment and the specified availability domain.Future<ListInstancesResponse>
ComputeAsyncClient. listInstances(ListInstancesRequest request, AsyncHandler<ListInstancesRequest,ListInstancesResponse> handler)
-
Uses of ListInstancesRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ListInstancesRequest Modifier and Type Method Description ListInstancesRequest
ListInstancesRequest.Builder. build()
Build the instance of ListInstancesRequest as configured by this builderListInstancesRequest
ListInstancesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListInstancesRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type ListInstancesRequest Modifier and Type Method Description ListInstancesRequest.Builder
ListInstancesRequest.Builder. copy(ListInstancesRequest o)
Copy method to populate the builder with values from the given instance.
-