| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
KeyValue |
KeyValue.clone() |
KeyValue |
KeyValue.withKey(String key)
The tag key (String).
|
KeyValue |
KeyValue.withValue(String value)
The value of the key.
|
| Modifier and Type | Method and Description |
|---|---|
List<KeyValue> |
ProtectedResourceConditions.getStringEquals()
Filters the values of your tagged resources for only those resources that you tagged with the same value.
|
List<KeyValue> |
ProtectedResourceConditions.getStringNotEquals()
Filters the values of your tagged resources for only those resources that you tagged that do not have the same
value.
|
| Modifier and Type | Method and Description |
|---|---|
ProtectedResourceConditions |
ProtectedResourceConditions.withStringEquals(KeyValue... stringEquals)
Filters the values of your tagged resources for only those resources that you tagged with the same value.
|
ProtectedResourceConditions |
ProtectedResourceConditions.withStringNotEquals(KeyValue... stringNotEquals)
Filters the values of your tagged resources for only those resources that you tagged that do not have the same
value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProtectedResourceConditions.setStringEquals(Collection<KeyValue> stringEquals)
Filters the values of your tagged resources for only those resources that you tagged with the same value.
|
void |
ProtectedResourceConditions.setStringNotEquals(Collection<KeyValue> stringNotEquals)
Filters the values of your tagged resources for only those resources that you tagged that do not have the same
value.
|
ProtectedResourceConditions |
ProtectedResourceConditions.withStringEquals(Collection<KeyValue> stringEquals)
Filters the values of your tagged resources for only those resources that you tagged with the same value.
|
ProtectedResourceConditions |
ProtectedResourceConditions.withStringNotEquals(Collection<KeyValue> stringNotEquals)
Filters the values of your tagged resources for only those resources that you tagged that do not have the same
value.
|
Copyright © 2023. All rights reserved.