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