Uses of Class
com.oracle.bmc.cloudbridge.model.Tag
-
Packages that use Tag Package Description com.oracle.bmc.cloudbridge.model -
-
Uses of Tag in com.oracle.bmc.cloudbridge.model
Methods in com.oracle.bmc.cloudbridge.model that return Tag Modifier and Type Method Description TagTag.Builder. build()Methods in com.oracle.bmc.cloudbridge.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>AwsEbsProperties. getTags()Any tags assigned to the volume.List<Tag>AwsEc2Properties. getTags()Any tags assigned to the instance.Methods in com.oracle.bmc.cloudbridge.model with parameters of type Tag Modifier and Type Method Description Tag.BuilderTag.Builder. copy(Tag model)Method parameters in com.oracle.bmc.cloudbridge.model with type arguments of type Tag Modifier and Type Method Description AwsEbsProperties.BuilderAwsEbsProperties.Builder. tags(List<Tag> tags)Any tags assigned to the volume.AwsEc2Properties.BuilderAwsEc2Properties.Builder. tags(List<Tag> tags)Any tags assigned to the instance.
-