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