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