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 CreateDrgAttachmentResponseVirtualNetwork. 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)CreateDrgAttachmentResponseVirtualNetworkClient. 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 CreateDrgAttachmentRequestCreateDrgAttachmentRequest.Builder. build()Build the instance of CreateDrgAttachmentRequest as configured by this builderCreateDrgAttachmentRequestCreateDrgAttachmentRequest.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.BuilderCreateDrgAttachmentRequest.Builder. copy(CreateDrgAttachmentRequest o)Copy method to populate the builder with values from the given instance.
-