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 ListDrgAttachmentsResponseVirtualNetwork. listDrgAttachments(ListDrgAttachmentsRequest request)Lists theDrgAttachmentresource for the specified compartment.ListDrgAttachmentsResponseVirtualNetworkClient. 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 theDrgAttachmentresource 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 theDrgAttachmentresource 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 ListDrgAttachmentsResponseListDrgAttachmentsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type ListDrgAttachmentsResponse Modifier and Type Method Description ListDrgAttachmentsResponse.BuilderListDrgAttachmentsResponse.Builder. copy(ListDrgAttachmentsResponse o)Copy method to populate the builder with values from the given instance.
-