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