Uses of Class
com.oracle.bmc.core.responses.ListDedicatedVmHostsResponse
-
Packages that use ListDedicatedVmHostsResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of ListDedicatedVmHostsResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return ListDedicatedVmHostsResponse Modifier and Type Method Description ListDedicatedVmHostsResponse
Compute. listDedicatedVmHosts(ListDedicatedVmHostsRequest request)
Returns the list of dedicated virtual machine hosts that match the specified criteria in the specified compartment.ListDedicatedVmHostsResponse
ComputeClient. listDedicatedVmHosts(ListDedicatedVmHostsRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type ListDedicatedVmHostsResponse Modifier and Type Method Description Future<ListDedicatedVmHostsResponse>
ComputeAsync. listDedicatedVmHosts(ListDedicatedVmHostsRequest request, AsyncHandler<ListDedicatedVmHostsRequest,ListDedicatedVmHostsResponse> handler)
Returns the list of dedicated virtual machine hosts that match the specified criteria in the specified compartment.Future<ListDedicatedVmHostsResponse>
ComputeAsyncClient. listDedicatedVmHosts(ListDedicatedVmHostsRequest request, AsyncHandler<ListDedicatedVmHostsRequest,ListDedicatedVmHostsResponse> handler)
Iterable<ListDedicatedVmHostsResponse>
ComputePaginators. listDedicatedVmHostsResponseIterator(ListDedicatedVmHostsRequest request)
Creates a new iterable which will iterate over the responses received from the listDedicatedVmHosts operation.Method parameters in com.oracle.bmc.core with type arguments of type ListDedicatedVmHostsResponse Modifier and Type Method Description Future<ListDedicatedVmHostsResponse>
ComputeAsync. listDedicatedVmHosts(ListDedicatedVmHostsRequest request, AsyncHandler<ListDedicatedVmHostsRequest,ListDedicatedVmHostsResponse> handler)
Returns the list of dedicated virtual machine hosts that match the specified criteria in the specified compartment.Future<ListDedicatedVmHostsResponse>
ComputeAsyncClient. listDedicatedVmHosts(ListDedicatedVmHostsRequest request, AsyncHandler<ListDedicatedVmHostsRequest,ListDedicatedVmHostsResponse> handler)
-
Uses of ListDedicatedVmHostsResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return ListDedicatedVmHostsResponse Modifier and Type Method Description ListDedicatedVmHostsResponse
ListDedicatedVmHostsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type ListDedicatedVmHostsResponse Modifier and Type Method Description ListDedicatedVmHostsResponse.Builder
ListDedicatedVmHostsResponse.Builder. copy(ListDedicatedVmHostsResponse o)
Copy method to populate the builder with values from the given instance.
-