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