Uses of Class
com.google.auth.oauth2.AwsDates
Packages that use AwsDates
-
Uses of AwsDates in com.google.auth.oauth2
Fields in com.google.auth.oauth2 declared as AwsDatesModifier and TypeFieldDescriptionprivate AwsDatesAwsRequestSigner.Builder.datesprivate final AwsDatesAwsRequestSigner.datesMethods in com.google.auth.oauth2 that return AwsDatesModifier and TypeMethodDescription(package private) static AwsDatesAwsDates.fromDateHeader(String date) (package private) static AwsDatesAwsDates.fromXAmzDate(String xAmzDate) (package private) static AwsDatesAwsDates.generateXAmzDate()Constructors in com.google.auth.oauth2 with parameters of type AwsDatesModifierConstructorDescriptionprivateAwsRequestSigner(AwsSecurityCredentials awsSecurityCredentials, String httpMethod, String url, String region, String requestPayload, Map<String, String> additionalHeaders, AwsDates awsDates) Internal constructor.