Uses of Class
com.oracle.bmc.identity.model.BulkEditTagsResourceType
-
Packages that use BulkEditTagsResourceType Package Description com.oracle.bmc.identity com.oracle.bmc.identity.model -
-
Uses of BulkEditTagsResourceType in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return types with arguments of type BulkEditTagsResourceType Modifier and Type Method Description Iterable<BulkEditTagsResourceType>
IdentityPaginators. listBulkEditTagsResourceTypesRecordIterator(ListBulkEditTagsResourceTypesRequest request)
Creates a new iterable which will iterate over theBulkEditTagsResourceType
objects contained in responses from the listBulkEditTagsResourceTypes operation. -
Uses of BulkEditTagsResourceType in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return BulkEditTagsResourceType Modifier and Type Method Description BulkEditTagsResourceType
BulkEditTagsResourceType.Builder. build()
Methods in com.oracle.bmc.identity.model that return types with arguments of type BulkEditTagsResourceType Modifier and Type Method Description List<BulkEditTagsResourceType>
BulkEditTagsResourceTypeCollection. getItems()
The collection of resource types that support bulk editing of tags.Methods in com.oracle.bmc.identity.model with parameters of type BulkEditTagsResourceType Modifier and Type Method Description BulkEditTagsResourceType.Builder
BulkEditTagsResourceType.Builder. copy(BulkEditTagsResourceType model)
Method parameters in com.oracle.bmc.identity.model with type arguments of type BulkEditTagsResourceType Modifier and Type Method Description BulkEditTagsResourceTypeCollection.Builder
BulkEditTagsResourceTypeCollection.Builder. items(List<BulkEditTagsResourceType> items)
The collection of resource types that support bulk editing of tags.Constructor parameters in com.oracle.bmc.identity.model with type arguments of type BulkEditTagsResourceType Constructor Description BulkEditTagsResourceTypeCollection(List<BulkEditTagsResourceType> items)
Deprecated.
-