Uses of Class
software.amazon.awssdk.services.dlm.model.LocationValues
-
Packages that use LocationValues Package Description software.amazon.awssdk.services.dlm.model -
-
Uses of LocationValues in software.amazon.awssdk.services.dlm.model
Methods in software.amazon.awssdk.services.dlm.model that return LocationValues Modifier and Type Method Description static LocationValuesLocationValues. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LocationValuesCreateRule. location()[Snapshot policies only] Specifies the destination for snapshots created by the policy.static LocationValuesLocationValues. valueOf(String name)Returns the enum constant of this type with the specified name.static LocationValues[]LocationValues. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.dlm.model that return types with arguments of type LocationValues Modifier and Type Method Description static Set<LocationValues>LocationValues. knownValues()Methods in software.amazon.awssdk.services.dlm.model with parameters of type LocationValues Modifier and Type Method Description CreateRule.BuilderCreateRule.Builder. location(LocationValues location)[Snapshot policies only] Specifies the destination for snapshots created by the policy.
-