Uses of Class
com.oracle.bmc.core.requests.CreateDrgAttachmentRequest
-
Packages that use CreateDrgAttachmentRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of CreateDrgAttachmentRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type CreateDrgAttachmentRequest Modifier and Type Method Description CreateDrgAttachmentResponse
VirtualNetwork. createDrgAttachment(CreateDrgAttachmentRequest request)
Attaches the specified DRG to the specified network resource.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)
CreateDrgAttachmentResponse
VirtualNetworkClient. createDrgAttachment(CreateDrgAttachmentRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type CreateDrgAttachmentRequest 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 CreateDrgAttachmentRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return CreateDrgAttachmentRequest Modifier and Type Method Description CreateDrgAttachmentRequest
CreateDrgAttachmentRequest.Builder. build()
Build the instance of CreateDrgAttachmentRequest as configured by this builderCreateDrgAttachmentRequest
CreateDrgAttachmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateDrgAttachmentRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type CreateDrgAttachmentRequest Modifier and Type Method Description CreateDrgAttachmentRequest.Builder
CreateDrgAttachmentRequest.Builder. copy(CreateDrgAttachmentRequest o)
Copy method to populate the builder with values from the given instance.
-