Uses of Class
software.amazon.awssdk.services.backup.model.KeyValue
-
Packages that use KeyValue Package Description software.amazon.awssdk.services.backup.model -
-
Uses of KeyValue in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type KeyValue Modifier and Type Method Description List<KeyValue>ProtectedResourceConditions. stringEquals()Filters the values of your tagged resources for only those resources that you tagged with the same value.List<KeyValue>ProtectedResourceConditions. stringNotEquals()Filters the values of your tagged resources for only those resources that you tagged that do not have the same value.Methods in software.amazon.awssdk.services.backup.model with parameters of type KeyValue Modifier and Type Method Description ProtectedResourceConditions.BuilderProtectedResourceConditions.Builder. stringEquals(KeyValue... stringEquals)Filters the values of your tagged resources for only those resources that you tagged with the same value.ProtectedResourceConditions.BuilderProtectedResourceConditions.Builder. stringNotEquals(KeyValue... stringNotEquals)Filters the values of your tagged resources for only those resources that you tagged that do not have the same value.Method parameters in software.amazon.awssdk.services.backup.model with type arguments of type KeyValue Modifier and Type Method Description ProtectedResourceConditions.BuilderProtectedResourceConditions.Builder. stringEquals(Collection<KeyValue> stringEquals)Filters the values of your tagged resources for only those resources that you tagged with the same value.ProtectedResourceConditions.BuilderProtectedResourceConditions.Builder. stringNotEquals(Collection<KeyValue> stringNotEquals)Filters the values of your tagged resources for only those resources that you tagged that do not have the same value.
-