Uses of Class
software.amazon.awssdk.services.resiliencehub.model.DataLocationConstraint
-
Packages that use DataLocationConstraint Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of DataLocationConstraint in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return DataLocationConstraint Modifier and Type Method Description DataLocationConstraintCreateResiliencyPolicyRequest. dataLocationConstraint()Specifies a high-level geographical location constraint for where your resilience policy data can be stored.DataLocationConstraintResiliencyPolicy. dataLocationConstraint()Specifies a high-level geographical location constraint for where your resilience policy data can be stored.DataLocationConstraintUpdateResiliencyPolicyRequest. dataLocationConstraint()Specifies a high-level geographical location constraint for where your resilience policy data can be stored.static DataLocationConstraintDataLocationConstraint. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DataLocationConstraintDataLocationConstraint. 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.Methods in software.amazon.awssdk.services.resiliencehub.model that return types with arguments of type DataLocationConstraint Modifier and Type Method Description static Set<DataLocationConstraint>DataLocationConstraint. knownValues()Methods in software.amazon.awssdk.services.resiliencehub.model with parameters of type DataLocationConstraint Modifier and Type Method Description CreateResiliencyPolicyRequest.BuilderCreateResiliencyPolicyRequest.Builder. dataLocationConstraint(DataLocationConstraint dataLocationConstraint)Specifies a high-level geographical location constraint for where your resilience policy data can be stored.ResiliencyPolicy.BuilderResiliencyPolicy.Builder. dataLocationConstraint(DataLocationConstraint dataLocationConstraint)Specifies a high-level geographical location constraint for where your resilience policy data can be stored.UpdateResiliencyPolicyRequest.BuilderUpdateResiliencyPolicyRequest.Builder. dataLocationConstraint(DataLocationConstraint dataLocationConstraint)Specifies a high-level geographical location constraint for where your resilience policy data can be stored.
-