Uses of Class
com.oracle.bmc.core.responses.DeleteDrgAttachmentResponse
-
Packages that use DeleteDrgAttachmentResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of DeleteDrgAttachmentResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return DeleteDrgAttachmentResponse Modifier and Type Method Description DeleteDrgAttachmentResponse
VirtualNetwork. deleteDrgAttachment(DeleteDrgAttachmentRequest request)
Detaches a DRG from a network resource by deleting the correspondingDrgAttachment
resource.DeleteDrgAttachmentResponse
VirtualNetworkClient. deleteDrgAttachment(DeleteDrgAttachmentRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type DeleteDrgAttachmentResponse Modifier and Type Method Description Future<DeleteDrgAttachmentResponse>
VirtualNetworkAsync. deleteDrgAttachment(DeleteDrgAttachmentRequest request, AsyncHandler<DeleteDrgAttachmentRequest,DeleteDrgAttachmentResponse> handler)
Detaches a DRG from a network resource by deleting the correspondingDrgAttachment
resource.Future<DeleteDrgAttachmentResponse>
VirtualNetworkAsyncClient. deleteDrgAttachment(DeleteDrgAttachmentRequest request, AsyncHandler<DeleteDrgAttachmentRequest,DeleteDrgAttachmentResponse> handler)
Method parameters in com.oracle.bmc.core with type arguments of type DeleteDrgAttachmentResponse Modifier and Type Method Description Future<DeleteDrgAttachmentResponse>
VirtualNetworkAsync. deleteDrgAttachment(DeleteDrgAttachmentRequest request, AsyncHandler<DeleteDrgAttachmentRequest,DeleteDrgAttachmentResponse> handler)
Detaches a DRG from a network resource by deleting the correspondingDrgAttachment
resource.Future<DeleteDrgAttachmentResponse>
VirtualNetworkAsyncClient. deleteDrgAttachment(DeleteDrgAttachmentRequest request, AsyncHandler<DeleteDrgAttachmentRequest,DeleteDrgAttachmentResponse> handler)
-
Uses of DeleteDrgAttachmentResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return DeleteDrgAttachmentResponse Modifier and Type Method Description DeleteDrgAttachmentResponse
DeleteDrgAttachmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type DeleteDrgAttachmentResponse Modifier and Type Method Description DeleteDrgAttachmentResponse.Builder
DeleteDrgAttachmentResponse.Builder. copy(DeleteDrgAttachmentResponse o)
Copy method to populate the builder with values from the given instance.
-