Uses of Class
com.oracle.bmc.cims.requests.CreateIncidentRequest
- 
Packages that use CreateIncidentRequest Package Description com.oracle.bmc.cims com.oracle.bmc.cims.requests 
- 
- 
Uses of CreateIncidentRequest in com.oracle.bmc.cimsMethods in com.oracle.bmc.cims with parameters of type CreateIncidentRequest Modifier and Type Method Description CreateIncidentResponseIncident. createIncident(CreateIncidentRequest request)Creates a support request in the specified tenancy.Future<CreateIncidentResponse>IncidentAsync. createIncident(CreateIncidentRequest request, AsyncHandler<CreateIncidentRequest,CreateIncidentResponse> handler)Creates a support request in the specified tenancy.Future<CreateIncidentResponse>IncidentAsyncClient. createIncident(CreateIncidentRequest request, AsyncHandler<CreateIncidentRequest,CreateIncidentResponse> handler)CreateIncidentResponseIncidentClient. createIncident(CreateIncidentRequest request)Method parameters in com.oracle.bmc.cims with type arguments of type CreateIncidentRequest Modifier and Type Method Description Future<CreateIncidentResponse>IncidentAsync. createIncident(CreateIncidentRequest request, AsyncHandler<CreateIncidentRequest,CreateIncidentResponse> handler)Creates a support request in the specified tenancy.Future<CreateIncidentResponse>IncidentAsyncClient. createIncident(CreateIncidentRequest request, AsyncHandler<CreateIncidentRequest,CreateIncidentResponse> handler)
- 
Uses of CreateIncidentRequest in com.oracle.bmc.cims.requestsMethods in com.oracle.bmc.cims.requests that return CreateIncidentRequest Modifier and Type Method Description CreateIncidentRequestCreateIncidentRequest.Builder. build()Build the instance of CreateIncidentRequest as configured by this builderCreateIncidentRequestCreateIncidentRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateIncidentRequest as configured by this builderMethods in com.oracle.bmc.cims.requests with parameters of type CreateIncidentRequest Modifier and Type Method Description CreateIncidentRequest.BuilderCreateIncidentRequest.Builder. copy(CreateIncidentRequest o)Copy method to populate the builder with values from the given instance.
 
-