Uses of Class
com.oracle.bmc.core.responses.UpdateDrgAttachmentResponse
-
Packages that use UpdateDrgAttachmentResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of UpdateDrgAttachmentResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return UpdateDrgAttachmentResponse Modifier and Type Method Description UpdateDrgAttachmentResponse
VirtualNetwork. updateDrgAttachment(UpdateDrgAttachmentRequest request)
Updates the display name and routing information for the specifiedDrgAttachment
.UpdateDrgAttachmentResponse
VirtualNetworkClient. updateDrgAttachment(UpdateDrgAttachmentRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type UpdateDrgAttachmentResponse Modifier and Type Method Description Future<UpdateDrgAttachmentResponse>
VirtualNetworkAsync. updateDrgAttachment(UpdateDrgAttachmentRequest request, AsyncHandler<UpdateDrgAttachmentRequest,UpdateDrgAttachmentResponse> handler)
Updates the display name and routing information for the specifiedDrgAttachment
.Future<UpdateDrgAttachmentResponse>
VirtualNetworkAsyncClient. updateDrgAttachment(UpdateDrgAttachmentRequest request, AsyncHandler<UpdateDrgAttachmentRequest,UpdateDrgAttachmentResponse> handler)
Method parameters in com.oracle.bmc.core with type arguments of type UpdateDrgAttachmentResponse Modifier and Type Method Description Future<UpdateDrgAttachmentResponse>
VirtualNetworkAsync. updateDrgAttachment(UpdateDrgAttachmentRequest request, AsyncHandler<UpdateDrgAttachmentRequest,UpdateDrgAttachmentResponse> handler)
Updates the display name and routing information for the specifiedDrgAttachment
.Future<UpdateDrgAttachmentResponse>
VirtualNetworkAsyncClient. updateDrgAttachment(UpdateDrgAttachmentRequest request, AsyncHandler<UpdateDrgAttachmentRequest,UpdateDrgAttachmentResponse> handler)
-
Uses of UpdateDrgAttachmentResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return UpdateDrgAttachmentResponse Modifier and Type Method Description UpdateDrgAttachmentResponse
UpdateDrgAttachmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type UpdateDrgAttachmentResponse Modifier and Type Method Description UpdateDrgAttachmentResponse.Builder
UpdateDrgAttachmentResponse.Builder. copy(UpdateDrgAttachmentResponse o)
Copy method to populate the builder with values from the given instance.
-