Uses of Class
com.oracle.bmc.cims.responses.CreateIncidentResponse
-
Packages that use CreateIncidentResponse Package Description com.oracle.bmc.cims com.oracle.bmc.cims.responses -
-
Uses of CreateIncidentResponse in com.oracle.bmc.cims
Methods in com.oracle.bmc.cims that return CreateIncidentResponse Modifier and Type Method Description CreateIncidentResponse
Incident. createIncident(CreateIncidentRequest request)
Creates a support ticket in the specified tenancy.CreateIncidentResponse
IncidentClient. createIncident(CreateIncidentRequest request)
Methods in com.oracle.bmc.cims that return types with arguments of type CreateIncidentResponse Modifier and Type Method Description Future<CreateIncidentResponse>
IncidentAsync. createIncident(CreateIncidentRequest request, AsyncHandler<CreateIncidentRequest,CreateIncidentResponse> handler)
Creates a support ticket in the specified tenancy.Future<CreateIncidentResponse>
IncidentAsyncClient. createIncident(CreateIncidentRequest request, AsyncHandler<CreateIncidentRequest,CreateIncidentResponse> handler)
Method parameters in com.oracle.bmc.cims with type arguments of type CreateIncidentResponse Modifier and Type Method Description Future<CreateIncidentResponse>
IncidentAsync. createIncident(CreateIncidentRequest request, AsyncHandler<CreateIncidentRequest,CreateIncidentResponse> handler)
Creates a support ticket in the specified tenancy.Future<CreateIncidentResponse>
IncidentAsyncClient. createIncident(CreateIncidentRequest request, AsyncHandler<CreateIncidentRequest,CreateIncidentResponse> handler)
-
Uses of CreateIncidentResponse in com.oracle.bmc.cims.responses
Methods in com.oracle.bmc.cims.responses that return CreateIncidentResponse Modifier and Type Method Description CreateIncidentResponse
CreateIncidentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cims.responses with parameters of type CreateIncidentResponse Modifier and Type Method Description CreateIncidentResponse.Builder
CreateIncidentResponse.Builder. copy(CreateIncidentResponse o)
Copy method to populate the builder with values from the given instance.
-