Uses of Class
com.oracle.bmc.identity.model.BulkEditResource
-
Packages that use BulkEditResource Package Description com.oracle.bmc.identity.model -
-
Uses of BulkEditResource in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return BulkEditResource Modifier and Type Method Description BulkEditResource
BulkEditResource.Builder. build()
Methods in com.oracle.bmc.identity.model that return types with arguments of type BulkEditResource Modifier and Type Method Description List<BulkEditResource>
BulkEditTagsDetails. getResources()
The resources to be updated.Methods in com.oracle.bmc.identity.model with parameters of type BulkEditResource Modifier and Type Method Description BulkEditResource.Builder
BulkEditResource.Builder. copy(BulkEditResource model)
Method parameters in com.oracle.bmc.identity.model with type arguments of type BulkEditResource Modifier and Type Method Description BulkEditTagsDetails.Builder
BulkEditTagsDetails.Builder. resources(List<BulkEditResource> resources)
The resources to be updated.Constructor parameters in com.oracle.bmc.identity.model with type arguments of type BulkEditResource Constructor Description BulkEditTagsDetails(String compartmentId, List<BulkEditResource> resources, List<BulkEditOperationDetails> bulkEditOperations)
Deprecated.
-