| Package | Description |
|---|---|
| software.amazon.awssdk.services.resiliencehub.model |
| Modifier and Type | Method and Description |
|---|---|
DataLocationConstraint |
UpdateResiliencyPolicyRequest.dataLocationConstraint()
Specifies a high-level geographical location constraint for where your resilience policy data can be stored.
|
DataLocationConstraint |
CreateResiliencyPolicyRequest.dataLocationConstraint()
Specifies a high-level geographical location constraint for where your resilience policy data can be stored.
|
DataLocationConstraint |
ResiliencyPolicy.dataLocationConstraint()
Specifies a high-level geographical location constraint for where your resilience policy data can be stored.
|
static DataLocationConstraint |
DataLocationConstraint.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static DataLocationConstraint |
DataLocationConstraint.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataLocationConstraint[] |
DataLocationConstraint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<DataLocationConstraint> |
DataLocationConstraint.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateResiliencyPolicyRequest.Builder |
UpdateResiliencyPolicyRequest.Builder.dataLocationConstraint(DataLocationConstraint dataLocationConstraint)
Specifies a high-level geographical location constraint for where your resilience policy data can be stored.
|
CreateResiliencyPolicyRequest.Builder |
CreateResiliencyPolicyRequest.Builder.dataLocationConstraint(DataLocationConstraint dataLocationConstraint)
Specifies a high-level geographical location constraint for where your resilience policy data can be stored.
|
ResiliencyPolicy.Builder |
ResiliencyPolicy.Builder.dataLocationConstraint(DataLocationConstraint dataLocationConstraint)
Specifies a high-level geographical location constraint for where your resilience policy data can be stored.
|
Copyright © 2022. All rights reserved.