@Immutable public final class PresignerFacade extends Object
Presigner
to deal with some common concerns like credential resolution, adding custom headers
and query params to be included in signing, and conversion to a usable URL.Modifier and Type | Method and Description |
---|---|
static PresignerFacade |
create(PresignerParams presignerParams) |
URL |
presign(SdkRequest request,
SdkHttpFullRequest httpRequest,
AwsRequestOverrideConfig requestConfig,
Date expirationDate) |
public static PresignerFacade create(PresignerParams presignerParams)
public URL presign(SdkRequest request, SdkHttpFullRequest httpRequest, AwsRequestOverrideConfig requestConfig, Date expirationDate)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.