Uses of Class
com.oracle.bmc.cloudbridge.model.CustomerTag
-
Packages that use CustomerTag Package Description com.oracle.bmc.cloudbridge.model -
-
Uses of CustomerTag in com.oracle.bmc.cloudbridge.model
Methods in com.oracle.bmc.cloudbridge.model that return CustomerTag Modifier and Type Method Description CustomerTag
CustomerTag.Builder. build()
Methods in com.oracle.bmc.cloudbridge.model that return types with arguments of type CustomerTag Modifier and Type Method Description List<CustomerTag>
VmwareVmProperties. getCustomerTags()
Customer defined tags.Methods in com.oracle.bmc.cloudbridge.model with parameters of type CustomerTag Modifier and Type Method Description CustomerTag.Builder
CustomerTag.Builder. copy(CustomerTag model)
Method parameters in com.oracle.bmc.cloudbridge.model with type arguments of type CustomerTag Modifier and Type Method Description VmwareVmProperties.Builder
VmwareVmProperties.Builder. customerTags(List<CustomerTag> customerTags)
Customer defined tags.
-