Uses of Class
com.oracle.bmc.core.responses.ListDrgAttachmentsResponse
-
Packages that use ListDrgAttachmentsResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of ListDrgAttachmentsResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return ListDrgAttachmentsResponse Modifier and Type Method Description ListDrgAttachmentsResponse
VirtualNetwork. listDrgAttachments(ListDrgAttachmentsRequest request)
Lists theDrgAttachment
resource for the specified compartment.ListDrgAttachmentsResponse
VirtualNetworkClient. listDrgAttachments(ListDrgAttachmentsRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type ListDrgAttachmentsResponse Modifier and Type Method Description Future<ListDrgAttachmentsResponse>
VirtualNetworkAsync. listDrgAttachments(ListDrgAttachmentsRequest request, AsyncHandler<ListDrgAttachmentsRequest,ListDrgAttachmentsResponse> handler)
Lists theDrgAttachment
resource for the specified compartment.Future<ListDrgAttachmentsResponse>
VirtualNetworkAsyncClient. listDrgAttachments(ListDrgAttachmentsRequest request, AsyncHandler<ListDrgAttachmentsRequest,ListDrgAttachmentsResponse> handler)
Iterable<ListDrgAttachmentsResponse>
VirtualNetworkPaginators. listDrgAttachmentsResponseIterator(ListDrgAttachmentsRequest request)
Creates a new iterable which will iterate over the responses received from the listDrgAttachments operation.Method parameters in com.oracle.bmc.core with type arguments of type ListDrgAttachmentsResponse Modifier and Type Method Description Future<ListDrgAttachmentsResponse>
VirtualNetworkAsync. listDrgAttachments(ListDrgAttachmentsRequest request, AsyncHandler<ListDrgAttachmentsRequest,ListDrgAttachmentsResponse> handler)
Lists theDrgAttachment
resource for the specified compartment.Future<ListDrgAttachmentsResponse>
VirtualNetworkAsyncClient. listDrgAttachments(ListDrgAttachmentsRequest request, AsyncHandler<ListDrgAttachmentsRequest,ListDrgAttachmentsResponse> handler)
-
Uses of ListDrgAttachmentsResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return ListDrgAttachmentsResponse Modifier and Type Method Description ListDrgAttachmentsResponse
ListDrgAttachmentsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type ListDrgAttachmentsResponse Modifier and Type Method Description ListDrgAttachmentsResponse.Builder
ListDrgAttachmentsResponse.Builder. copy(ListDrgAttachmentsResponse o)
Copy method to populate the builder with values from the given instance.
-