Uses of Class
com.oracle.bmc.cims.responses.PutAttachmentResponse
-
Packages that use PutAttachmentResponse Package Description com.oracle.bmc.cims com.oracle.bmc.cims.responses -
-
Uses of PutAttachmentResponse in com.oracle.bmc.cims
Methods in com.oracle.bmc.cims that return PutAttachmentResponse Modifier and Type Method Description PutAttachmentResponse
Incident. putAttachment(PutAttachmentRequest request)
Uploads the file and attaches it to the support request.PutAttachmentResponse
IncidentClient. putAttachment(PutAttachmentRequest request)
Methods in com.oracle.bmc.cims that return types with arguments of type PutAttachmentResponse 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)
Method parameters in com.oracle.bmc.cims with type arguments of type PutAttachmentResponse 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 PutAttachmentResponse in com.oracle.bmc.cims.responses
Methods in com.oracle.bmc.cims.responses that return PutAttachmentResponse Modifier and Type Method Description PutAttachmentResponse
PutAttachmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cims.responses with parameters of type PutAttachmentResponse Modifier and Type Method Description PutAttachmentResponse.Builder
PutAttachmentResponse.Builder. copy(PutAttachmentResponse o)
Copy method to populate the builder with values from the given instance.
-