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.cims
Methods in com.oracle.bmc.cims with parameters of type CreateIncidentRequest Modifier and Type Method Description CreateIncidentResponse
Incident. createIncident(CreateIncidentRequest request)
Creates a support ticket in the specified tenancy.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)
CreateIncidentResponse
IncidentClient. 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 ticket in the specified tenancy.Future<CreateIncidentResponse>
IncidentAsyncClient. createIncident(CreateIncidentRequest request, AsyncHandler<CreateIncidentRequest,CreateIncidentResponse> handler)
-
Uses of CreateIncidentRequest in com.oracle.bmc.cims.requests
Methods in com.oracle.bmc.cims.requests that return CreateIncidentRequest Modifier and Type Method Description CreateIncidentRequest
CreateIncidentRequest.Builder. build()
Build the instance of CreateIncidentRequest as configured by this builderCreateIncidentRequest
CreateIncidentRequest.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.Builder
CreateIncidentRequest.Builder. copy(CreateIncidentRequest o)
Copy method to populate the builder with values from the given instance.
-