Uses of Class
com.oracle.bmc.jms.requests.ListFleetErrorsRequest
-
Packages that use ListFleetErrorsRequest Package Description com.oracle.bmc.jms com.oracle.bmc.jms.requests -
-
Uses of ListFleetErrorsRequest in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms with parameters of type ListFleetErrorsRequest Modifier and Type Method Description ListFleetErrorsResponse
JavaManagementService. listFleetErrors(ListFleetErrorsRequest request)
Returns a list of fleet errors that describe all detected errors.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)
ListFleetErrorsResponse
JavaManagementServiceClient. listFleetErrors(ListFleetErrorsRequest request)
Iterable<FleetErrorSummary>
JavaManagementServicePaginators. listFleetErrorsRecordIterator(ListFleetErrorsRequest request)
Creates a new iterable which will iterate over theFleetErrorSummary
objects contained in responses from the listFleetErrors operation.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 ListFleetErrorsRequest 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 ListFleetErrorsRequest in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return ListFleetErrorsRequest Modifier and Type Method Description ListFleetErrorsRequest
ListFleetErrorsRequest.Builder. build()
Build the instance of ListFleetErrorsRequest as configured by this builderListFleetErrorsRequest
ListFleetErrorsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListFleetErrorsRequest as configured by this builderMethods in com.oracle.bmc.jms.requests with parameters of type ListFleetErrorsRequest Modifier and Type Method Description ListFleetErrorsRequest.Builder
ListFleetErrorsRequest.Builder. copy(ListFleetErrorsRequest o)
Copy method to populate the builder with values from the given instance.
-