Uses of Class
software.amazon.awssdk.services.pinpoint.model.Duration
-
Packages that use Duration Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of Duration in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return Duration Modifier and Type Method Description DurationRecencyDimension. duration()The duration to use when determining whether an endpoint is active or inactive.static DurationDuration. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DurationDuration. valueOf(String name)Returns the enum constant of this type with the specified name.static Duration[]Duration. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type Duration Modifier and Type Method Description static Set<Duration>Duration. knownValues()Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type Duration Modifier and Type Method Description RecencyDimension.BuilderRecencyDimension.Builder. duration(Duration duration)The duration to use when determining whether an endpoint is active or inactive.
-