Uses of Class
com.oracle.bmc.oda.responses.CreateOdaInstanceAttachmentResponse
-
Packages that use CreateOdaInstanceAttachmentResponse Package Description com.oracle.bmc.oda com.oracle.bmc.oda.responses -
-
Uses of CreateOdaInstanceAttachmentResponse in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda that return CreateOdaInstanceAttachmentResponse Modifier and Type Method Description CreateOdaInstanceAttachmentResponse
Oda. createOdaInstanceAttachment(CreateOdaInstanceAttachmentRequest request)
Starts an asynchronous job to create a Digital Assistant instance attachment.CreateOdaInstanceAttachmentResponse
OdaClient. createOdaInstanceAttachment(CreateOdaInstanceAttachmentRequest request)
Methods in com.oracle.bmc.oda that return types with arguments of type CreateOdaInstanceAttachmentResponse Modifier and Type Method Description Future<CreateOdaInstanceAttachmentResponse>
OdaAsync. createOdaInstanceAttachment(CreateOdaInstanceAttachmentRequest request, AsyncHandler<CreateOdaInstanceAttachmentRequest,CreateOdaInstanceAttachmentResponse> handler)
Starts an asynchronous job to create a Digital Assistant instance attachment.Future<CreateOdaInstanceAttachmentResponse>
OdaAsyncClient. createOdaInstanceAttachment(CreateOdaInstanceAttachmentRequest request, AsyncHandler<CreateOdaInstanceAttachmentRequest,CreateOdaInstanceAttachmentResponse> handler)
Method parameters in com.oracle.bmc.oda with type arguments of type CreateOdaInstanceAttachmentResponse Modifier and Type Method Description Future<CreateOdaInstanceAttachmentResponse>
OdaAsync. createOdaInstanceAttachment(CreateOdaInstanceAttachmentRequest request, AsyncHandler<CreateOdaInstanceAttachmentRequest,CreateOdaInstanceAttachmentResponse> handler)
Starts an asynchronous job to create a Digital Assistant instance attachment.Future<CreateOdaInstanceAttachmentResponse>
OdaAsyncClient. createOdaInstanceAttachment(CreateOdaInstanceAttachmentRequest request, AsyncHandler<CreateOdaInstanceAttachmentRequest,CreateOdaInstanceAttachmentResponse> handler)
-
Uses of CreateOdaInstanceAttachmentResponse in com.oracle.bmc.oda.responses
Methods in com.oracle.bmc.oda.responses that return CreateOdaInstanceAttachmentResponse Modifier and Type Method Description CreateOdaInstanceAttachmentResponse
CreateOdaInstanceAttachmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.oda.responses with parameters of type CreateOdaInstanceAttachmentResponse Modifier and Type Method Description CreateOdaInstanceAttachmentResponse.Builder
CreateOdaInstanceAttachmentResponse.Builder. copy(CreateOdaInstanceAttachmentResponse o)
Copy method to populate the builder with values from the given instance.
-