public class AwsDateUtils extends Object
| Modifier and Type | Method and Description | 
|---|---|
static String | 
formatServiceSpecificDate(Instant instant)
Formats the give date object into an AWS Service format. 
 | 
static Instant | 
parseServiceSpecificInstant(String dateString)
Parses the given date string returned by the AWS service into a Date
 object. 
 | 
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.