Uses of Class
com.oracle.bmc.cims.responses.ListIncidentsResponse
-
Packages that use ListIncidentsResponse Package Description com.oracle.bmc.cims com.oracle.bmc.cims.responses -
-
Uses of ListIncidentsResponse in com.oracle.bmc.cims
Methods in com.oracle.bmc.cims that return ListIncidentsResponse Modifier and Type Method Description ListIncidentsResponse
Incident. listIncidents(ListIncidentsRequest request)
Lists support tickets for the specified tenancy.ListIncidentsResponse
IncidentClient. listIncidents(ListIncidentsRequest request)
Methods in com.oracle.bmc.cims that return types with arguments of type ListIncidentsResponse Modifier and Type Method Description Future<ListIncidentsResponse>
IncidentAsync. listIncidents(ListIncidentsRequest request, AsyncHandler<ListIncidentsRequest,ListIncidentsResponse> handler)
Lists support tickets for the specified tenancy.Future<ListIncidentsResponse>
IncidentAsyncClient. listIncidents(ListIncidentsRequest request, AsyncHandler<ListIncidentsRequest,ListIncidentsResponse> handler)
Iterable<ListIncidentsResponse>
IncidentPaginators. listIncidentsResponseIterator(ListIncidentsRequest request)
Creates a new iterable which will iterate over the responses received from the listIncidents operation.Method parameters in com.oracle.bmc.cims with type arguments of type ListIncidentsResponse Modifier and Type Method Description Future<ListIncidentsResponse>
IncidentAsync. listIncidents(ListIncidentsRequest request, AsyncHandler<ListIncidentsRequest,ListIncidentsResponse> handler)
Lists support tickets for the specified tenancy.Future<ListIncidentsResponse>
IncidentAsyncClient. listIncidents(ListIncidentsRequest request, AsyncHandler<ListIncidentsRequest,ListIncidentsResponse> handler)
-
Uses of ListIncidentsResponse in com.oracle.bmc.cims.responses
Methods in com.oracle.bmc.cims.responses that return ListIncidentsResponse Modifier and Type Method Description ListIncidentsResponse
ListIncidentsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cims.responses with parameters of type ListIncidentsResponse Modifier and Type Method Description ListIncidentsResponse.Builder
ListIncidentsResponse.Builder. copy(ListIncidentsResponse o)
Copy method to populate the builder with values from the given instance.
-