Uses of Class
com.oracle.bmc.core.requests.ListByoasnsRequest
-
Packages that use ListByoasnsRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of ListByoasnsRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type ListByoasnsRequest Modifier and Type Method Description ListByoasnsResponseVirtualNetwork. listByoasns(ListByoasnsRequest request)Lists theByoasnresources in the specified compartment.Future<ListByoasnsResponse>VirtualNetworkAsync. listByoasns(ListByoasnsRequest request, AsyncHandler<ListByoasnsRequest,ListByoasnsResponse> handler)Lists theByoasnresources in the specified compartment.Future<ListByoasnsResponse>VirtualNetworkAsyncClient. listByoasns(ListByoasnsRequest request, AsyncHandler<ListByoasnsRequest,ListByoasnsResponse> handler)ListByoasnsResponseVirtualNetworkClient. listByoasns(ListByoasnsRequest request)Iterable<ByoasnSummary>VirtualNetworkPaginators. listByoasnsRecordIterator(ListByoasnsRequest request)Creates a new iterable which will iterate over theByoasnSummaryobjects contained in responses from the listByoasns operation.Iterable<ListByoasnsResponse>VirtualNetworkPaginators. listByoasnsResponseIterator(ListByoasnsRequest request)Creates a new iterable which will iterate over the responses received from the listByoasns operation.Method parameters in com.oracle.bmc.core with type arguments of type ListByoasnsRequest Modifier and Type Method Description Future<ListByoasnsResponse>VirtualNetworkAsync. listByoasns(ListByoasnsRequest request, AsyncHandler<ListByoasnsRequest,ListByoasnsResponse> handler)Lists theByoasnresources in the specified compartment.Future<ListByoasnsResponse>VirtualNetworkAsyncClient. listByoasns(ListByoasnsRequest request, AsyncHandler<ListByoasnsRequest,ListByoasnsResponse> handler) -
Uses of ListByoasnsRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ListByoasnsRequest Modifier and Type Method Description ListByoasnsRequestListByoasnsRequest.Builder. build()Build the instance of ListByoasnsRequest as configured by this builderListByoasnsRequestListByoasnsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListByoasnsRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type ListByoasnsRequest Modifier and Type Method Description ListByoasnsRequest.BuilderListByoasnsRequest.Builder. copy(ListByoasnsRequest o)Copy method to populate the builder with values from the given instance.
-