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 AwsDates
AwsRequestSigner.Builder.dates
private final AwsDates
AwsRequestSigner.dates
Methods in com.google.auth.oauth2 that return AwsDatesModifier and TypeMethodDescription(package private) static AwsDates
AwsDates.fromDateHeader
(String date) (package private) static AwsDates
AwsDates.fromXAmzDate
(String xAmzDate) (package private) static AwsDates
AwsDates.generateXAmzDate()
Constructors in com.google.auth.oauth2 with parameters of type AwsDatesModifierConstructorDescriptionprivate
AwsRequestSigner
(AwsSecurityCredentials awsSecurityCredentials, String httpMethod, String url, String region, String requestPayload, Map<String, String> additionalHeaders, AwsDates awsDates) Internal constructor.