Uses of Class
com.oracle.bmc.core.requests.ListByoipRangesRequest
-
Packages that use ListByoipRangesRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of ListByoipRangesRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type ListByoipRangesRequest Modifier and Type Method Description ListByoipRangesResponseVirtualNetwork. listByoipRanges(ListByoipRangesRequest request)Lists theByoipRangeresources in the specified compartment.Future<ListByoipRangesResponse>VirtualNetworkAsync. listByoipRanges(ListByoipRangesRequest request, AsyncHandler<ListByoipRangesRequest,ListByoipRangesResponse> handler)Lists theByoipRangeresources in the specified compartment.Future<ListByoipRangesResponse>VirtualNetworkAsyncClient. listByoipRanges(ListByoipRangesRequest request, AsyncHandler<ListByoipRangesRequest,ListByoipRangesResponse> handler)ListByoipRangesResponseVirtualNetworkClient. listByoipRanges(ListByoipRangesRequest request)Iterable<ByoipRangeSummary>VirtualNetworkPaginators. listByoipRangesRecordIterator(ListByoipRangesRequest request)Creates a new iterable which will iterate over theByoipRangeSummaryobjects contained in responses from the listByoipRanges operation.Iterable<ListByoipRangesResponse>VirtualNetworkPaginators. listByoipRangesResponseIterator(ListByoipRangesRequest request)Creates a new iterable which will iterate over the responses received from the listByoipRanges operation.Method parameters in com.oracle.bmc.core with type arguments of type ListByoipRangesRequest Modifier and Type Method Description Future<ListByoipRangesResponse>VirtualNetworkAsync. listByoipRanges(ListByoipRangesRequest request, AsyncHandler<ListByoipRangesRequest,ListByoipRangesResponse> handler)Lists theByoipRangeresources in the specified compartment.Future<ListByoipRangesResponse>VirtualNetworkAsyncClient. listByoipRanges(ListByoipRangesRequest request, AsyncHandler<ListByoipRangesRequest,ListByoipRangesResponse> handler) -
Uses of ListByoipRangesRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ListByoipRangesRequest Modifier and Type Method Description ListByoipRangesRequestListByoipRangesRequest.Builder. build()Build the instance of ListByoipRangesRequest as configured by this builderListByoipRangesRequestListByoipRangesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListByoipRangesRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type ListByoipRangesRequest Modifier and Type Method Description ListByoipRangesRequest.BuilderListByoipRangesRequest.Builder. copy(ListByoipRangesRequest o)Copy method to populate the builder with values from the given instance.
-