Uses of Class
com.oracle.bmc.core.responses.ListClusterNetworkInstancesResponse
-
Packages that use ListClusterNetworkInstancesResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of ListClusterNetworkInstancesResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return ListClusterNetworkInstancesResponse Modifier and Type Method Description ListClusterNetworkInstancesResponse
ComputeManagement. listClusterNetworkInstances(ListClusterNetworkInstancesRequest request)
Lists the instances in a cluster network with instance pools.ListClusterNetworkInstancesResponse
ComputeManagementClient. listClusterNetworkInstances(ListClusterNetworkInstancesRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type ListClusterNetworkInstancesResponse Modifier and Type Method Description Future<ListClusterNetworkInstancesResponse>
ComputeManagementAsync. listClusterNetworkInstances(ListClusterNetworkInstancesRequest request, AsyncHandler<ListClusterNetworkInstancesRequest,ListClusterNetworkInstancesResponse> handler)
Lists the instances in a cluster network with instance pools.Future<ListClusterNetworkInstancesResponse>
ComputeManagementAsyncClient. listClusterNetworkInstances(ListClusterNetworkInstancesRequest request, AsyncHandler<ListClusterNetworkInstancesRequest,ListClusterNetworkInstancesResponse> handler)
Iterable<ListClusterNetworkInstancesResponse>
ComputeManagementPaginators. listClusterNetworkInstancesResponseIterator(ListClusterNetworkInstancesRequest request)
Creates a new iterable which will iterate over the responses received from the listClusterNetworkInstances operation.Method parameters in com.oracle.bmc.core with type arguments of type ListClusterNetworkInstancesResponse Modifier and Type Method Description Future<ListClusterNetworkInstancesResponse>
ComputeManagementAsync. listClusterNetworkInstances(ListClusterNetworkInstancesRequest request, AsyncHandler<ListClusterNetworkInstancesRequest,ListClusterNetworkInstancesResponse> handler)
Lists the instances in a cluster network with instance pools.Future<ListClusterNetworkInstancesResponse>
ComputeManagementAsyncClient. listClusterNetworkInstances(ListClusterNetworkInstancesRequest request, AsyncHandler<ListClusterNetworkInstancesRequest,ListClusterNetworkInstancesResponse> handler)
-
Uses of ListClusterNetworkInstancesResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return ListClusterNetworkInstancesResponse Modifier and Type Method Description ListClusterNetworkInstancesResponse
ListClusterNetworkInstancesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type ListClusterNetworkInstancesResponse Modifier and Type Method Description ListClusterNetworkInstancesResponse.Builder
ListClusterNetworkInstancesResponse.Builder. copy(ListClusterNetworkInstancesResponse o)
Copy method to populate the builder with values from the given instance.
-