Uses of Class
com.oracle.bmc.core.requests.ListDrgsRequest
-
Packages that use ListDrgsRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of ListDrgsRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type ListDrgsRequest Modifier and Type Method Description ListDrgsResponseVirtualNetwork. listDrgs(ListDrgsRequest request)Lists the DRGs in the specified compartment.Future<ListDrgsResponse>VirtualNetworkAsync. listDrgs(ListDrgsRequest request, AsyncHandler<ListDrgsRequest,ListDrgsResponse> handler)Lists the DRGs in the specified compartment.Future<ListDrgsResponse>VirtualNetworkAsyncClient. listDrgs(ListDrgsRequest request, AsyncHandler<ListDrgsRequest,ListDrgsResponse> handler)ListDrgsResponseVirtualNetworkClient. listDrgs(ListDrgsRequest request)Iterable<Drg>VirtualNetworkPaginators. listDrgsRecordIterator(ListDrgsRequest request)Creates a new iterable which will iterate over theDrgobjects 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.Method parameters in com.oracle.bmc.core with type arguments of type ListDrgsRequest Modifier and Type Method Description Future<ListDrgsResponse>VirtualNetworkAsync. listDrgs(ListDrgsRequest request, AsyncHandler<ListDrgsRequest,ListDrgsResponse> handler)Lists the DRGs in the specified compartment.Future<ListDrgsResponse>VirtualNetworkAsyncClient. listDrgs(ListDrgsRequest request, AsyncHandler<ListDrgsRequest,ListDrgsResponse> handler) -
Uses of ListDrgsRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ListDrgsRequest Modifier and Type Method Description ListDrgsRequestListDrgsRequest.Builder. build()Build the instance of ListDrgsRequest as configured by this builderListDrgsRequestListDrgsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListDrgsRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type ListDrgsRequest Modifier and Type Method Description ListDrgsRequest.BuilderListDrgsRequest.Builder. copy(ListDrgsRequest o)Copy method to populate the builder with values from the given instance.
-