| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
Conditions |
Conditions.clone() |
Conditions |
BackupSelection.getConditions() |
Conditions |
Conditions.withStringEquals(Collection<ConditionParameter> stringEquals) |
Conditions |
Conditions.withStringEquals(ConditionParameter... stringEquals)
NOTE: This method appends the values to the existing list (if any).
|
Conditions |
Conditions.withStringLike(Collection<ConditionParameter> stringLike) |
Conditions |
Conditions.withStringLike(ConditionParameter... stringLike)
NOTE: This method appends the values to the existing list (if any).
|
Conditions |
Conditions.withStringNotEquals(Collection<ConditionParameter> stringNotEquals) |
Conditions |
Conditions.withStringNotEquals(ConditionParameter... stringNotEquals)
NOTE: This method appends the values to the existing list (if any).
|
Conditions |
Conditions.withStringNotLike(Collection<ConditionParameter> stringNotLike) |
Conditions |
Conditions.withStringNotLike(ConditionParameter... stringNotLike)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
BackupSelection.setConditions(Conditions conditions) |
BackupSelection |
BackupSelection.withConditions(Conditions conditions) |
Copyright © 2021. All rights reserved.