Uses of Class
com.oracle.bmc.core.requests.ListIpv6sRequest
-
Packages that use ListIpv6sRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of ListIpv6sRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type ListIpv6sRequest Modifier and Type Method Description ListIpv6sResponseVirtualNetwork. listIpv6s(ListIpv6sRequest request)Lists theIpv6objects based on one of these filters:Future<ListIpv6sResponse>VirtualNetworkAsync. listIpv6s(ListIpv6sRequest request, AsyncHandler<ListIpv6sRequest,ListIpv6sResponse> handler)Lists theIpv6objects based on one of these filters:Future<ListIpv6sResponse>VirtualNetworkAsyncClient. listIpv6s(ListIpv6sRequest request, AsyncHandler<ListIpv6sRequest,ListIpv6sResponse> handler)ListIpv6sResponseVirtualNetworkClient. listIpv6s(ListIpv6sRequest request)Iterable<Ipv6>VirtualNetworkPaginators. listIpv6sRecordIterator(ListIpv6sRequest request)Creates a new iterable which will iterate over theIpv6objects contained in responses from the listIpv6s operation.Iterable<ListIpv6sResponse>VirtualNetworkPaginators. listIpv6sResponseIterator(ListIpv6sRequest request)Creates a new iterable which will iterate over the responses received from the listIpv6s operation.Method parameters in com.oracle.bmc.core with type arguments of type ListIpv6sRequest Modifier and Type Method Description Future<ListIpv6sResponse>VirtualNetworkAsync. listIpv6s(ListIpv6sRequest request, AsyncHandler<ListIpv6sRequest,ListIpv6sResponse> handler)Lists theIpv6objects based on one of these filters:Future<ListIpv6sResponse>VirtualNetworkAsyncClient. listIpv6s(ListIpv6sRequest request, AsyncHandler<ListIpv6sRequest,ListIpv6sResponse> handler) -
Uses of ListIpv6sRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ListIpv6sRequest Modifier and Type Method Description ListIpv6sRequestListIpv6sRequest.Builder. build()Build the instance of ListIpv6sRequest as configured by this builderListIpv6sRequestListIpv6sRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListIpv6sRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type ListIpv6sRequest Modifier and Type Method Description ListIpv6sRequest.BuilderListIpv6sRequest.Builder. copy(ListIpv6sRequest o)Copy method to populate the builder with values from the given instance.
-