Uses of Class
com.oracle.bmc.cims.requests.PutAttachmentRequest
-
Packages that use PutAttachmentRequest Package Description com.oracle.bmc.cims com.oracle.bmc.cims.requests -
-
Uses of PutAttachmentRequest in com.oracle.bmc.cims
Methods in com.oracle.bmc.cims with parameters of type PutAttachmentRequest Modifier and Type Method Description PutAttachmentResponse
Incident. putAttachment(PutAttachmentRequest request)
Uploads the file and attaches it to the support request.Future<PutAttachmentResponse>
IncidentAsync. putAttachment(PutAttachmentRequest request, AsyncHandler<PutAttachmentRequest,PutAttachmentResponse> handler)
Uploads the file and attaches it to the support request.Future<PutAttachmentResponse>
IncidentAsyncClient. putAttachment(PutAttachmentRequest request, AsyncHandler<PutAttachmentRequest,PutAttachmentResponse> handler)
PutAttachmentResponse
IncidentClient. putAttachment(PutAttachmentRequest request)
Method parameters in com.oracle.bmc.cims with type arguments of type PutAttachmentRequest Modifier and Type Method Description Future<PutAttachmentResponse>
IncidentAsync. putAttachment(PutAttachmentRequest request, AsyncHandler<PutAttachmentRequest,PutAttachmentResponse> handler)
Uploads the file and attaches it to the support request.Future<PutAttachmentResponse>
IncidentAsyncClient. putAttachment(PutAttachmentRequest request, AsyncHandler<PutAttachmentRequest,PutAttachmentResponse> handler)
-
Uses of PutAttachmentRequest in com.oracle.bmc.cims.requests
Methods in com.oracle.bmc.cims.requests that return PutAttachmentRequest Modifier and Type Method Description PutAttachmentRequest
PutAttachmentRequest.Builder. build()
Build the instance of PutAttachmentRequest as configured by this builderPutAttachmentRequest
PutAttachmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PutAttachmentRequest as configured by this builderMethods in com.oracle.bmc.cims.requests with parameters of type PutAttachmentRequest Modifier and Type Method Description PutAttachmentRequest.Builder
PutAttachmentRequest.Builder. copy(PutAttachmentRequest o)
Copy method to populate the builder with values from the given instance.
-