Uses of Class
com.oracle.bmc.core.responses.ListPrivateIpsResponse
-
Packages that use ListPrivateIpsResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of ListPrivateIpsResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return ListPrivateIpsResponse Modifier and Type Method Description ListPrivateIpsResponseVirtualNetwork. listPrivateIps(ListPrivateIpsRequest request)Lists thePrivateIpobjects based on one of these filters:ListPrivateIpsResponseVirtualNetworkClient. listPrivateIps(ListPrivateIpsRequest request)Methods in com.oracle.bmc.core that return types with arguments of type ListPrivateIpsResponse Modifier and Type Method Description Future<ListPrivateIpsResponse>VirtualNetworkAsync. listPrivateIps(ListPrivateIpsRequest request, AsyncHandler<ListPrivateIpsRequest,ListPrivateIpsResponse> handler)Lists thePrivateIpobjects based on one of these filters:Future<ListPrivateIpsResponse>VirtualNetworkAsyncClient. listPrivateIps(ListPrivateIpsRequest request, AsyncHandler<ListPrivateIpsRequest,ListPrivateIpsResponse> handler)Iterable<ListPrivateIpsResponse>VirtualNetworkPaginators. listPrivateIpsResponseIterator(ListPrivateIpsRequest request)Creates a new iterable which will iterate over the responses received from the listPrivateIps operation.Method parameters in com.oracle.bmc.core with type arguments of type ListPrivateIpsResponse Modifier and Type Method Description Future<ListPrivateIpsResponse>VirtualNetworkAsync. listPrivateIps(ListPrivateIpsRequest request, AsyncHandler<ListPrivateIpsRequest,ListPrivateIpsResponse> handler)Lists thePrivateIpobjects based on one of these filters:Future<ListPrivateIpsResponse>VirtualNetworkAsyncClient. listPrivateIps(ListPrivateIpsRequest request, AsyncHandler<ListPrivateIpsRequest,ListPrivateIpsResponse> handler) -
Uses of ListPrivateIpsResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return ListPrivateIpsResponse Modifier and Type Method Description ListPrivateIpsResponseListPrivateIpsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type ListPrivateIpsResponse Modifier and Type Method Description ListPrivateIpsResponse.BuilderListPrivateIpsResponse.Builder. copy(ListPrivateIpsResponse o)Copy method to populate the builder with values from the given instance.
-