Uses of Class
com.oracle.bmc.identity.model.TaggingWorkRequestLogSummary
-
Packages that use TaggingWorkRequestLogSummary Package Description com.oracle.bmc.identity com.oracle.bmc.identity.model com.oracle.bmc.identity.responses -
-
Uses of TaggingWorkRequestLogSummary in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return types with arguments of type TaggingWorkRequestLogSummary Modifier and Type Method Description Iterable<TaggingWorkRequestLogSummary>IdentityPaginators. listTaggingWorkRequestLogsRecordIterator(ListTaggingWorkRequestLogsRequest request)Creates a new iterable which will iterate over theTaggingWorkRequestLogSummaryobjects contained in responses from the listTaggingWorkRequestLogs operation. -
Uses of TaggingWorkRequestLogSummary in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return TaggingWorkRequestLogSummary Modifier and Type Method Description TaggingWorkRequestLogSummaryTaggingWorkRequestLogSummary.Builder. build()Methods in com.oracle.bmc.identity.model with parameters of type TaggingWorkRequestLogSummary Modifier and Type Method Description TaggingWorkRequestLogSummary.BuilderTaggingWorkRequestLogSummary.Builder. copy(TaggingWorkRequestLogSummary model) -
Uses of TaggingWorkRequestLogSummary in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return types with arguments of type TaggingWorkRequestLogSummary Modifier and Type Method Description List<TaggingWorkRequestLogSummary>ListTaggingWorkRequestLogsResponse. getItems()A list of com.oracle.bmc.identity.model.TaggingWorkRequestLogSummary instances.Method parameters in com.oracle.bmc.identity.responses with type arguments of type TaggingWorkRequestLogSummary Modifier and Type Method Description ListTaggingWorkRequestLogsResponse.BuilderListTaggingWorkRequestLogsResponse.Builder. items(List<TaggingWorkRequestLogSummary> items)A list of com.oracle.bmc.identity.model.TaggingWorkRequestLogSummary instances.
-