Uses of Class
com.oracle.bmc.clusterplacementgroups.requests.ListWorkRequestErrorsRequest
-
Packages that use ListWorkRequestErrorsRequest Package Description com.oracle.bmc.clusterplacementgroups com.oracle.bmc.clusterplacementgroups.requests -
-
Uses of ListWorkRequestErrorsRequest in com.oracle.bmc.clusterplacementgroups
Methods in com.oracle.bmc.clusterplacementgroups with parameters of type ListWorkRequestErrorsRequest Modifier and Type Method Description ListWorkRequestErrorsResponse
ClusterPlacementGroupsCP. listWorkRequestErrors(ListWorkRequestErrorsRequest request)
Returns a (paginated) list of errors for the work request with the specified ID.Future<ListWorkRequestErrorsResponse>
ClusterPlacementGroupsCPAsync. listWorkRequestErrors(ListWorkRequestErrorsRequest request, AsyncHandler<ListWorkRequestErrorsRequest,ListWorkRequestErrorsResponse> handler)
Returns a (paginated) list of errors for the work request with the specified ID.Future<ListWorkRequestErrorsResponse>
ClusterPlacementGroupsCPAsyncClient. listWorkRequestErrors(ListWorkRequestErrorsRequest request, AsyncHandler<ListWorkRequestErrorsRequest,ListWorkRequestErrorsResponse> handler)
ListWorkRequestErrorsResponse
ClusterPlacementGroupsCPClient. listWorkRequestErrors(ListWorkRequestErrorsRequest request)
Iterable<WorkRequestError>
ClusterPlacementGroupsCPPaginators. listWorkRequestErrorsRecordIterator(ListWorkRequestErrorsRequest request)
Creates a new iterable which will iterate over theWorkRequestError
objects contained in responses from the listWorkRequestErrors operation.Iterable<ListWorkRequestErrorsResponse>
ClusterPlacementGroupsCPPaginators. listWorkRequestErrorsResponseIterator(ListWorkRequestErrorsRequest request)
Creates a new iterable which will iterate over the responses received from the listWorkRequestErrors operation.Method parameters in com.oracle.bmc.clusterplacementgroups with type arguments of type ListWorkRequestErrorsRequest Modifier and Type Method Description Future<ListWorkRequestErrorsResponse>
ClusterPlacementGroupsCPAsync. listWorkRequestErrors(ListWorkRequestErrorsRequest request, AsyncHandler<ListWorkRequestErrorsRequest,ListWorkRequestErrorsResponse> handler)
Returns a (paginated) list of errors for the work request with the specified ID.Future<ListWorkRequestErrorsResponse>
ClusterPlacementGroupsCPAsyncClient. listWorkRequestErrors(ListWorkRequestErrorsRequest request, AsyncHandler<ListWorkRequestErrorsRequest,ListWorkRequestErrorsResponse> handler)
-
Uses of ListWorkRequestErrorsRequest in com.oracle.bmc.clusterplacementgroups.requests
Methods in com.oracle.bmc.clusterplacementgroups.requests that return ListWorkRequestErrorsRequest Modifier and Type Method Description ListWorkRequestErrorsRequest
ListWorkRequestErrorsRequest.Builder. build()
Build the instance of ListWorkRequestErrorsRequest as configured by this builderListWorkRequestErrorsRequest
ListWorkRequestErrorsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListWorkRequestErrorsRequest as configured by this builderMethods in com.oracle.bmc.clusterplacementgroups.requests with parameters of type ListWorkRequestErrorsRequest Modifier and Type Method Description ListWorkRequestErrorsRequest.Builder
ListWorkRequestErrorsRequest.Builder. copy(ListWorkRequestErrorsRequest o)
Copy method to populate the builder with values from the given instance.
-