Uses of Class
com.oracle.bmc.core.requests.ListVlansRequest
-
Packages that use ListVlansRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of ListVlansRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type ListVlansRequest Modifier and Type Method Description ListVlansResponseVirtualNetwork. listVlans(ListVlansRequest request)Lists the VLANs in the specified VCN and the specified compartment.Future<ListVlansResponse>VirtualNetworkAsync. listVlans(ListVlansRequest request, AsyncHandler<ListVlansRequest,ListVlansResponse> handler)Lists the VLANs in the specified VCN and the specified compartment.Future<ListVlansResponse>VirtualNetworkAsyncClient. listVlans(ListVlansRequest request, AsyncHandler<ListVlansRequest,ListVlansResponse> handler)ListVlansResponseVirtualNetworkClient. listVlans(ListVlansRequest request)Iterable<Vlan>VirtualNetworkPaginators. listVlansRecordIterator(ListVlansRequest request)Creates a new iterable which will iterate over theVlanobjects contained in responses from the listVlans operation.Iterable<ListVlansResponse>VirtualNetworkPaginators. listVlansResponseIterator(ListVlansRequest request)Creates a new iterable which will iterate over the responses received from the listVlans operation.Method parameters in com.oracle.bmc.core with type arguments of type ListVlansRequest Modifier and Type Method Description Future<ListVlansResponse>VirtualNetworkAsync. listVlans(ListVlansRequest request, AsyncHandler<ListVlansRequest,ListVlansResponse> handler)Lists the VLANs in the specified VCN and the specified compartment.Future<ListVlansResponse>VirtualNetworkAsyncClient. listVlans(ListVlansRequest request, AsyncHandler<ListVlansRequest,ListVlansResponse> handler) -
Uses of ListVlansRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ListVlansRequest Modifier and Type Method Description ListVlansRequestListVlansRequest.Builder. build()Build the instance of ListVlansRequest as configured by this builderListVlansRequestListVlansRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListVlansRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type ListVlansRequest Modifier and Type Method Description ListVlansRequest.BuilderListVlansRequest.Builder. copy(ListVlansRequest o)Copy method to populate the builder with values from the given instance.
-