| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
ProtectedResourceConditions |
ProtectedResourceConditions.clone() |
ProtectedResourceConditions |
RestoreTestingSelectionForUpdate.getProtectedResourceConditions()
A list of conditions that you define for resources in your restore testing plan using tags.
|
ProtectedResourceConditions |
RestoreTestingSelectionForCreate.getProtectedResourceConditions()
If you have included the wildcard in ProtectedResourceArns, you can include resource conditions, such as
ProtectedResourceConditions: { StringEquals: [{ key: "XXXX", value: "YYYY" }]. |
ProtectedResourceConditions |
RestoreTestingSelectionForGet.getProtectedResourceConditions()
In a resource testing selection, this parameter filters by specific conditions such as
StringEquals
or StringNotEquals. |
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.withStringEquals(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.
|
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 |
RestoreTestingSelectionForUpdate.setProtectedResourceConditions(ProtectedResourceConditions protectedResourceConditions)
A list of conditions that you define for resources in your restore testing plan using tags.
|
void |
RestoreTestingSelectionForCreate.setProtectedResourceConditions(ProtectedResourceConditions protectedResourceConditions)
If you have included the wildcard in ProtectedResourceArns, you can include resource conditions, such as
ProtectedResourceConditions: { StringEquals: [{ key: "XXXX", value: "YYYY" }]. |
void |
RestoreTestingSelectionForGet.setProtectedResourceConditions(ProtectedResourceConditions protectedResourceConditions)
In a resource testing selection, this parameter filters by specific conditions such as
StringEquals
or StringNotEquals. |
RestoreTestingSelectionForUpdate |
RestoreTestingSelectionForUpdate.withProtectedResourceConditions(ProtectedResourceConditions protectedResourceConditions)
A list of conditions that you define for resources in your restore testing plan using tags.
|
RestoreTestingSelectionForCreate |
RestoreTestingSelectionForCreate.withProtectedResourceConditions(ProtectedResourceConditions protectedResourceConditions)
If you have included the wildcard in ProtectedResourceArns, you can include resource conditions, such as
ProtectedResourceConditions: { StringEquals: [{ key: "XXXX", value: "YYYY" }]. |
RestoreTestingSelectionForGet |
RestoreTestingSelectionForGet.withProtectedResourceConditions(ProtectedResourceConditions protectedResourceConditions)
In a resource testing selection, this parameter filters by specific conditions such as
StringEquals
or StringNotEquals. |
Copyright © 2024. All rights reserved.