Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.requests |
Modifier and Type | Method and Description |
---|---|
ListVlansResponse |
VirtualNetwork.listVlans(ListVlansRequest request)
Lists the VLANs in the specified VCN and the specified compartment.
|
ListVlansResponse |
VirtualNetworkClient.listVlans(ListVlansRequest request) |
Future<ListVlansResponse> |
VirtualNetworkAsyncClient.listVlans(ListVlansRequest request,
AsyncHandler<ListVlansRequest,ListVlansResponse> handler) |
Future<ListVlansResponse> |
VirtualNetworkAsync.listVlans(ListVlansRequest request,
AsyncHandler<ListVlansRequest,ListVlansResponse> handler)
Lists the VLANs in the specified VCN and the specified compartment.
|
Iterable<Vlan> |
VirtualNetworkPaginators.listVlansRecordIterator(ListVlansRequest request)
Creates a new iterable which will iterate over the
Vlan
objects 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.
|
Modifier and Type | Method and Description |
---|---|
Future<ListVlansResponse> |
VirtualNetworkAsyncClient.listVlans(ListVlansRequest request,
AsyncHandler<ListVlansRequest,ListVlansResponse> handler) |
Future<ListVlansResponse> |
VirtualNetworkAsync.listVlans(ListVlansRequest request,
AsyncHandler<ListVlansRequest,ListVlansResponse> handler)
Lists the VLANs in the specified VCN and the specified compartment.
|
Modifier and Type | Method and Description |
---|---|
ListVlansRequest |
ListVlansRequest.Builder.build()
Build the instance of ListVlansRequest as configured by this builder
|
ListVlansRequest |
ListVlansRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListVlansRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListVlansRequest.Builder |
ListVlansRequest.Builder.copy(ListVlansRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.