Uses of Class
com.oracle.bmc.oda.requests.DeleteOdaInstanceAttachmentRequest
-
Packages that use DeleteOdaInstanceAttachmentRequest Package Description com.oracle.bmc.oda com.oracle.bmc.oda.requests -
-
Uses of DeleteOdaInstanceAttachmentRequest in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda with parameters of type DeleteOdaInstanceAttachmentRequest Modifier and Type Method Description DeleteOdaInstanceAttachmentResponse
Oda. deleteOdaInstanceAttachment(DeleteOdaInstanceAttachmentRequest request)
Starts an asynchronous job to delete the specified Digital Assistant instance attachment.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)
DeleteOdaInstanceAttachmentResponse
OdaClient. deleteOdaInstanceAttachment(DeleteOdaInstanceAttachmentRequest request)
Method parameters in com.oracle.bmc.oda with type arguments of type DeleteOdaInstanceAttachmentRequest 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 DeleteOdaInstanceAttachmentRequest in com.oracle.bmc.oda.requests
Methods in com.oracle.bmc.oda.requests that return DeleteOdaInstanceAttachmentRequest Modifier and Type Method Description DeleteOdaInstanceAttachmentRequest
DeleteOdaInstanceAttachmentRequest.Builder. build()
Build the instance of DeleteOdaInstanceAttachmentRequest as configured by this builderDeleteOdaInstanceAttachmentRequest
DeleteOdaInstanceAttachmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteOdaInstanceAttachmentRequest as configured by this builderMethods in com.oracle.bmc.oda.requests with parameters of type DeleteOdaInstanceAttachmentRequest Modifier and Type Method Description DeleteOdaInstanceAttachmentRequest.Builder
DeleteOdaInstanceAttachmentRequest.Builder. copy(DeleteOdaInstanceAttachmentRequest o)
Copy method to populate the builder with values from the given instance.
-