Uses of Class
com.oracle.bmc.core.responses.GetDrgAttachmentResponse
-
Packages that use GetDrgAttachmentResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of GetDrgAttachmentResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return GetDrgAttachmentResponse Modifier and Type Method Description GetDrgAttachmentResponse
VirtualNetwork. getDrgAttachment(GetDrgAttachmentRequest request)
Gets theDrgAttachment
resource.GetDrgAttachmentResponse
VirtualNetworkClient. getDrgAttachment(GetDrgAttachmentRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type GetDrgAttachmentResponse Modifier and Type Method Description Future<GetDrgAttachmentResponse>
VirtualNetworkAsync. getDrgAttachment(GetDrgAttachmentRequest request, AsyncHandler<GetDrgAttachmentRequest,GetDrgAttachmentResponse> handler)
Gets theDrgAttachment
resource.Future<GetDrgAttachmentResponse>
VirtualNetworkAsyncClient. getDrgAttachment(GetDrgAttachmentRequest request, AsyncHandler<GetDrgAttachmentRequest,GetDrgAttachmentResponse> handler)
-
Uses of GetDrgAttachmentResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return GetDrgAttachmentResponse Modifier and Type Method Description GetDrgAttachmentResponse
GetDrgAttachmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type GetDrgAttachmentResponse Modifier and Type Method Description GetDrgAttachmentResponse.Builder
GetDrgAttachmentResponse.Builder. copy(GetDrgAttachmentResponse o)
Copy method to populate the builder with values from the given instance.
-