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