Uses of Class
com.oracle.bmc.oda.responses.CreateOdaPrivateEndpointAttachmentResponse
-
Packages that use CreateOdaPrivateEndpointAttachmentResponse Package Description com.oracle.bmc.oda com.oracle.bmc.oda.responses -
-
Uses of CreateOdaPrivateEndpointAttachmentResponse in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda that return CreateOdaPrivateEndpointAttachmentResponse Modifier and Type Method Description CreateOdaPrivateEndpointAttachmentResponse
Management. createOdaPrivateEndpointAttachment(CreateOdaPrivateEndpointAttachmentRequest request)
Starts an asynchronous job to create an ODA Private Endpoint Attachment.CreateOdaPrivateEndpointAttachmentResponse
ManagementClient. createOdaPrivateEndpointAttachment(CreateOdaPrivateEndpointAttachmentRequest request)
Methods in com.oracle.bmc.oda that return types with arguments of type CreateOdaPrivateEndpointAttachmentResponse Modifier and Type Method Description Future<CreateOdaPrivateEndpointAttachmentResponse>
ManagementAsync. createOdaPrivateEndpointAttachment(CreateOdaPrivateEndpointAttachmentRequest request, AsyncHandler<CreateOdaPrivateEndpointAttachmentRequest,CreateOdaPrivateEndpointAttachmentResponse> handler)
Starts an asynchronous job to create an ODA Private Endpoint Attachment.Future<CreateOdaPrivateEndpointAttachmentResponse>
ManagementAsyncClient. createOdaPrivateEndpointAttachment(CreateOdaPrivateEndpointAttachmentRequest request, AsyncHandler<CreateOdaPrivateEndpointAttachmentRequest,CreateOdaPrivateEndpointAttachmentResponse> handler)
Method parameters in com.oracle.bmc.oda with type arguments of type CreateOdaPrivateEndpointAttachmentResponse Modifier and Type Method Description Future<CreateOdaPrivateEndpointAttachmentResponse>
ManagementAsync. createOdaPrivateEndpointAttachment(CreateOdaPrivateEndpointAttachmentRequest request, AsyncHandler<CreateOdaPrivateEndpointAttachmentRequest,CreateOdaPrivateEndpointAttachmentResponse> handler)
Starts an asynchronous job to create an ODA Private Endpoint Attachment.Future<CreateOdaPrivateEndpointAttachmentResponse>
ManagementAsyncClient. createOdaPrivateEndpointAttachment(CreateOdaPrivateEndpointAttachmentRequest request, AsyncHandler<CreateOdaPrivateEndpointAttachmentRequest,CreateOdaPrivateEndpointAttachmentResponse> handler)
-
Uses of CreateOdaPrivateEndpointAttachmentResponse in com.oracle.bmc.oda.responses
Methods in com.oracle.bmc.oda.responses that return CreateOdaPrivateEndpointAttachmentResponse Modifier and Type Method Description CreateOdaPrivateEndpointAttachmentResponse
CreateOdaPrivateEndpointAttachmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.oda.responses with parameters of type CreateOdaPrivateEndpointAttachmentResponse Modifier and Type Method Description CreateOdaPrivateEndpointAttachmentResponse.Builder
CreateOdaPrivateEndpointAttachmentResponse.Builder. copy(CreateOdaPrivateEndpointAttachmentResponse o)
Copy method to populate the builder with values from the given instance.
-