Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.requests |
Modifier and Type | Method and Description |
---|---|
ListDrgsResponse |
VirtualNetwork.listDrgs(ListDrgsRequest request)
Lists the DRGs in the specified compartment.
|
ListDrgsResponse |
VirtualNetworkClient.listDrgs(ListDrgsRequest request) |
Future<ListDrgsResponse> |
VirtualNetworkAsyncClient.listDrgs(ListDrgsRequest request,
AsyncHandler<ListDrgsRequest,ListDrgsResponse> handler) |
Future<ListDrgsResponse> |
VirtualNetworkAsync.listDrgs(ListDrgsRequest request,
AsyncHandler<ListDrgsRequest,ListDrgsResponse> handler)
Lists the DRGs in the specified compartment.
|
Iterable<Drg> |
VirtualNetworkPaginators.listDrgsRecordIterator(ListDrgsRequest request)
Creates a new iterable which will iterate over the
Drg
objects contained in responses from the listDrgs operation. |
Iterable<ListDrgsResponse> |
VirtualNetworkPaginators.listDrgsResponseIterator(ListDrgsRequest request)
Creates a new iterable which will iterate over the responses received from the listDrgs
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListDrgsResponse> |
VirtualNetworkAsyncClient.listDrgs(ListDrgsRequest request,
AsyncHandler<ListDrgsRequest,ListDrgsResponse> handler) |
Future<ListDrgsResponse> |
VirtualNetworkAsync.listDrgs(ListDrgsRequest request,
AsyncHandler<ListDrgsRequest,ListDrgsResponse> handler)
Lists the DRGs in the specified compartment.
|
Modifier and Type | Method and Description |
---|---|
ListDrgsRequest |
ListDrgsRequest.Builder.build()
Build the instance of ListDrgsRequest as configured by this builder
|
ListDrgsRequest |
ListDrgsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListDrgsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListDrgsRequest.Builder |
ListDrgsRequest.Builder.copy(ListDrgsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.