Uses of Class
com.oracle.bmc.jms.responses.ListFleetErrorsResponse
-
Packages that use ListFleetErrorsResponse Package Description com.oracle.bmc.jms com.oracle.bmc.jms.responses -
-
Uses of ListFleetErrorsResponse in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms that return ListFleetErrorsResponse Modifier and Type Method Description ListFleetErrorsResponse
JavaManagementService. listFleetErrors(ListFleetErrorsRequest request)
Returns a list of fleet errors that describe all detected errors.ListFleetErrorsResponse
JavaManagementServiceClient. listFleetErrors(ListFleetErrorsRequest request)
Methods in com.oracle.bmc.jms that return types with arguments of type ListFleetErrorsResponse Modifier and Type Method Description Future<ListFleetErrorsResponse>
JavaManagementServiceAsync. listFleetErrors(ListFleetErrorsRequest request, AsyncHandler<ListFleetErrorsRequest,ListFleetErrorsResponse> handler)
Returns a list of fleet errors that describe all detected errors.Future<ListFleetErrorsResponse>
JavaManagementServiceAsyncClient. listFleetErrors(ListFleetErrorsRequest request, AsyncHandler<ListFleetErrorsRequest,ListFleetErrorsResponse> handler)
Iterable<ListFleetErrorsResponse>
JavaManagementServicePaginators. listFleetErrorsResponseIterator(ListFleetErrorsRequest request)
Creates a new iterable which will iterate over the responses received from the listFleetErrors operation.Method parameters in com.oracle.bmc.jms with type arguments of type ListFleetErrorsResponse Modifier and Type Method Description Future<ListFleetErrorsResponse>
JavaManagementServiceAsync. listFleetErrors(ListFleetErrorsRequest request, AsyncHandler<ListFleetErrorsRequest,ListFleetErrorsResponse> handler)
Returns a list of fleet errors that describe all detected errors.Future<ListFleetErrorsResponse>
JavaManagementServiceAsyncClient. listFleetErrors(ListFleetErrorsRequest request, AsyncHandler<ListFleetErrorsRequest,ListFleetErrorsResponse> handler)
-
Uses of ListFleetErrorsResponse in com.oracle.bmc.jms.responses
Methods in com.oracle.bmc.jms.responses that return ListFleetErrorsResponse Modifier and Type Method Description ListFleetErrorsResponse
ListFleetErrorsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.jms.responses with parameters of type ListFleetErrorsResponse Modifier and Type Method Description ListFleetErrorsResponse.Builder
ListFleetErrorsResponse.Builder. copy(ListFleetErrorsResponse o)
Copy method to populate the builder with values from the given instance.
-