Class StringToInstant

java.lang.Object
software.amazon.awssdk.protocols.core.StringToInstant
All Implemented Interfaces:
StringToValueConverter.StringToValue<Instant>

public final class StringToInstant extends Object implements StringToValueConverter.StringToValue<Instant>
Implementation of StringToValueConverter.StringToValue that converts a string to an Instant type. Respects the TimestampFormatTrait if present.