Uses of Class
com.oracle.bmc.core.responses.ListComputeHostsResponse
-
Packages that use ListComputeHostsResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of ListComputeHostsResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return ListComputeHostsResponse Modifier and Type Method Description ListComputeHostsResponseCompute. listComputeHosts(ListComputeHostsRequest request)Generates a list of summary host detailsListComputeHostsResponseComputeClient. listComputeHosts(ListComputeHostsRequest request)Methods in com.oracle.bmc.core that return types with arguments of type ListComputeHostsResponse Modifier and Type Method Description Future<ListComputeHostsResponse>ComputeAsync. listComputeHosts(ListComputeHostsRequest request, AsyncHandler<ListComputeHostsRequest,ListComputeHostsResponse> handler)Generates a list of summary host detailsFuture<ListComputeHostsResponse>ComputeAsyncClient. listComputeHosts(ListComputeHostsRequest request, AsyncHandler<ListComputeHostsRequest,ListComputeHostsResponse> handler)Iterable<ListComputeHostsResponse>ComputePaginators. listComputeHostsResponseIterator(ListComputeHostsRequest request)Creates a new iterable which will iterate over the responses received from the listComputeHosts operation.Method parameters in com.oracle.bmc.core with type arguments of type ListComputeHostsResponse Modifier and Type Method Description Future<ListComputeHostsResponse>ComputeAsync. listComputeHosts(ListComputeHostsRequest request, AsyncHandler<ListComputeHostsRequest,ListComputeHostsResponse> handler)Generates a list of summary host detailsFuture<ListComputeHostsResponse>ComputeAsyncClient. listComputeHosts(ListComputeHostsRequest request, AsyncHandler<ListComputeHostsRequest,ListComputeHostsResponse> handler) -
Uses of ListComputeHostsResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return ListComputeHostsResponse Modifier and Type Method Description ListComputeHostsResponseListComputeHostsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type ListComputeHostsResponse Modifier and Type Method Description ListComputeHostsResponse.BuilderListComputeHostsResponse.Builder. copy(ListComputeHostsResponse o)Copy method to populate the builder with values from the given instance.
-