Uses of Class
com.oracle.bmc.identity.model.IamWorkRequestErrorSummary
-
Packages that use IamWorkRequestErrorSummary Package Description com.oracle.bmc.identity com.oracle.bmc.identity.model com.oracle.bmc.identity.responses -
-
Uses of IamWorkRequestErrorSummary in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return types with arguments of type IamWorkRequestErrorSummary Modifier and Type Method Description Iterable<IamWorkRequestErrorSummary>
IdentityPaginators. listIamWorkRequestErrorsRecordIterator(ListIamWorkRequestErrorsRequest request)
Creates a new iterable which will iterate over theIamWorkRequestErrorSummary
objects contained in responses from the listIamWorkRequestErrors operation. -
Uses of IamWorkRequestErrorSummary in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return IamWorkRequestErrorSummary Modifier and Type Method Description IamWorkRequestErrorSummary
IamWorkRequestErrorSummary.Builder. build()
Methods in com.oracle.bmc.identity.model with parameters of type IamWorkRequestErrorSummary Modifier and Type Method Description IamWorkRequestErrorSummary.Builder
IamWorkRequestErrorSummary.Builder. copy(IamWorkRequestErrorSummary model)
-
Uses of IamWorkRequestErrorSummary in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return types with arguments of type IamWorkRequestErrorSummary Modifier and Type Method Description List<IamWorkRequestErrorSummary>
ListIamWorkRequestErrorsResponse. getItems()
A list of com.oracle.bmc.identity.model.IamWorkRequestErrorSummary instances.Method parameters in com.oracle.bmc.identity.responses with type arguments of type IamWorkRequestErrorSummary Modifier and Type Method Description ListIamWorkRequestErrorsResponse.Builder
ListIamWorkRequestErrorsResponse.Builder. items(List<IamWorkRequestErrorSummary> items)
A list of com.oracle.bmc.identity.model.IamWorkRequestErrorSummary instances.
-