JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
P
Q
R
S
T
U
A
ACCESS_KEY_ENV_VAR
- Static variable in interface lambdify.aws.client.core.
AwsCredentialsProvider
ACCESS_KEY_SYSTEM_PROPERTY
- Static variable in interface lambdify.aws.client.core.
AwsCredentialsProvider
accessKey
- Variable in class lambdify.aws.client.core.
AwsCredentials.StaticAwsCredentials
ALGORITHM
- Static variable in class lambdify.aws.client.core.http.
AuthorizationHeaderAWS4Signer
ALTERNATE_ACCESS_KEY_ENV_VAR
- Static variable in interface lambdify.aws.client.core.
AwsCredentialsProvider
ALTERNATE_SECRET_KEY_ENV_VAR
- Static variable in interface lambdify.aws.client.core.
AwsCredentialsProvider
AmazonClient
- Class in
lambdify.aws.client.core
AmazonClient()
- Constructor for class lambdify.aws.client.core.
AmazonClient
AmazonClient.AmazonClientException
- Exception in
lambdify.aws.client.core
AmazonClientBuilder
<
BUILDER
extends
AmazonClientBuilder
,
CLIENT
> - Class in
lambdify.aws.client.core
AmazonClientBuilder()
- Constructor for class lambdify.aws.client.core.
AmazonClientBuilder
AmazonClientException(HttpUtils.HttpResponse)
- Constructor for exception lambdify.aws.client.core.
AmazonClient.AmazonClientException
AmazonClientExecutionFailure
- Exception in
lambdify.aws.client.core
AmazonClientExecutionFailure(String)
- Constructor for exception lambdify.aws.client.core.
AmazonClientExecutionFailure
AuthorizationHeaderAWS4Signer
- Class in
lambdify.aws.client.core.http
AWS4 signer for authorization header.
AuthorizationHeaderAWS4Signer(String, String)
- Constructor for class lambdify.aws.client.core.http.
AuthorizationHeaderAWS4Signer
AwsClientJsonSerializer
- Interface in
lambdify.aws.client.core.http
AwsCredentials
- Interface in
lambdify.aws.client.core
AwsCredentials.StaticAwsCredentials
- Class in
lambdify.aws.client.core
AwsCredentialsProvider
- Interface in
lambdify.aws.client.core
AwsCredentialsProvider.AwsCredentialsProviderChain
- Class in
lambdify.aws.client.core
AwsCredentialsProvider.EnvironmentCredentialsProvider
- Class in
lambdify.aws.client.core
AwsCredentialsProvider.StaticCredentialsProvider
- Class in
lambdify.aws.client.core
AwsCredentialsProviderChain()
- Constructor for class lambdify.aws.client.core.
AwsCredentialsProvider.AwsCredentialsProviderChain
B
body
- Variable in class lambdify.aws.client.core.http.
HttpUtils.HttpRequest
body(byte[])
- Method in class lambdify.aws.client.core.http.
HttpUtils.HttpRequest
body(String)
- Method in class lambdify.aws.client.core.http.
HttpUtils.HttpRequest
build()
- Method in class lambdify.aws.client.core.
AmazonClientBuilder
build()
- Method in class lambdify.aws.client.core.http.
MapBuilder
buildClient(AwsClientJsonSerializer, AwsCredentialsProvider, AuthorizationHeaderAWS4Signer, String)
- Method in class lambdify.aws.client.core.
AmazonClientBuilder
buildEndpoint(String)
- Method in class lambdify.aws.client.core.
AmazonClient
buildEndpoint()
- Method in class lambdify.aws.client.core.
AmazonClient
C
computeHost()
- Method in class lambdify.aws.client.core.http.
HttpUtils.HttpRequest
computeSignature(HttpUtils.HttpRequest, AwsCredentials)
- Method in class lambdify.aws.client.core.http.
AuthorizationHeaderAWS4Signer
Compute the request signature.
create(String, String)
- Static method in class lambdify.aws.client.core.http.
HttpUtils.HttpRequest
createDefaultAwsHeaders()
- Static method in class lambdify.aws.client.core.http.
HttpUtils
createHttpConnection(URL, String, Map<String, String>)
- Static method in class lambdify.aws.client.core.http.
HttpUtils
createUrl(String)
- Static method in class lambdify.aws.client.core.http.
HttpUtils
credentials
- Variable in class lambdify.aws.client.core.
AwsCredentialsProvider.StaticCredentialsProvider
credentialsProvider
- Variable in class lambdify.aws.client.core.
AmazonClientBuilder
D
data
- Variable in class lambdify.aws.client.core.http.
MapBuilder
dateTimeFormat
- Variable in class lambdify.aws.client.core.http.
AuthorizationHeaderAWS4Signer
DEFAULT
- Static variable in interface lambdify.aws.client.core.http.
AwsClientJsonSerializer
defaultCredentialsChain()
- Static method in interface lambdify.aws.client.core.
AwsCredentialsProvider
DELETE
- Static variable in interface lambdify.aws.client.core.http.
HttpUtils.Methods
E
EMPTY_BODY_SHA256
- Static variable in class lambdify.aws.client.core.http.
AuthorizationHeaderAWS4Signer
endpoint
- Variable in class lambdify.aws.client.core.http.
HttpUtils.HttpRequest
environmentCredentials()
- Static method in interface lambdify.aws.client.core.
AwsCredentialsProvider
EnvironmentCredentialsProvider()
- Constructor for class lambdify.aws.client.core.
AwsCredentialsProvider.EnvironmentCredentialsProvider
F
flatHeaders()
- Method in class lambdify.aws.client.core.http.
HttpUtils.HttpResponse
G
GET
- Static variable in interface lambdify.aws.client.core.http.
HttpUtils.Methods
getAccessKey()
- Method in interface lambdify.aws.client.core.
AwsCredentials
getBuilder()
- Method in class lambdify.aws.client.core.
AmazonClientBuilder
getCanonicalizedHeaderString(Map<String, String>)
- Static method in class lambdify.aws.client.core.http.
AuthorizationHeaderAWS4Signer
Computes the canonical headers with values for the request.
getCanonicalizedQueryString(Map<String, String>)
- Static method in class lambdify.aws.client.core.http.
AuthorizationHeaderAWS4Signer
Examines the specified query string parameters and returns a canonicalized form.
getCanonicalizedResourcePath(URL)
- Static method in class lambdify.aws.client.core.http.
AuthorizationHeaderAWS4Signer
Returns the canonicalized resource path for the service endpoint.
getCanonicalizeHeaderNames(Map<String, String>)
- Static method in class lambdify.aws.client.core.http.
AuthorizationHeaderAWS4Signer
Returns the canonical collection of header names that will be included in the signature.
getCanonicalRequest(URL, String, String, String, String, String)
- Static method in class lambdify.aws.client.core.http.
AuthorizationHeaderAWS4Signer
Returns the canonical request string to go into the signer process; this consists of several canonical sub-parts.
getCredentials()
- Method in class lambdify.aws.client.core.
AwsCredentialsProvider.AwsCredentialsProviderChain
getCredentials()
- Method in class lambdify.aws.client.core.
AwsCredentialsProvider.EnvironmentCredentialsProvider
getCredentials()
- Method in interface lambdify.aws.client.core.
AwsCredentialsProvider
getCredentialsProvider()
- Method in class lambdify.aws.client.core.
AmazonClientBuilder
getDefaultJsonSerializer()
- Static method in interface lambdify.aws.client.core.http.
AwsClientJsonSerializer
getHost()
- Method in class lambdify.aws.client.core.
AmazonClientBuilder
getJsonSerializer()
- Method in class lambdify.aws.client.core.
AmazonClientBuilder
getRegion()
- Method in class lambdify.aws.client.core.
AmazonClientBuilder
getSecretKey()
- Method in interface lambdify.aws.client.core.
AwsCredentials
getService()
- Method in class lambdify.aws.client.core.
AmazonClientBuilder
getSessionKey()
- Method in interface lambdify.aws.client.core.
AwsCredentials
getStringToSign(String, String, String)
- Method in class lambdify.aws.client.core.http.
AuthorizationHeaderAWS4Signer
H
hash(String)
- Method in class lambdify.aws.client.core.http.
AuthorizationHeaderAWS4Signer
Hashes the string contents (assumed to be UTF-8) using the SHA-256 algorithm.
hash(byte[])
- Method in class lambdify.aws.client.core.http.
AuthorizationHeaderAWS4Signer
Hashes the byte array using the SHA-256 algorithm.
hashPayload(byte[])
- Method in class lambdify.aws.client.core.http.
AuthorizationHeaderAWS4Signer
headers
- Variable in class lambdify.aws.client.core.http.
HttpUtils.HttpRequest
headers()
- Method in class lambdify.aws.client.core.http.
HttpUtils.HttpRequest
headers
- Variable in class lambdify.aws.client.core.http.
HttpUtils.HttpResponse
host
- Variable in class lambdify.aws.client.core.
AmazonClient
host()
- Method in class lambdify.aws.client.core.http.
HttpUtils.HttpRequest
HttpException
- Exception in
lambdify.aws.client.core.http
HttpException(String, Throwable)
- Constructor for exception lambdify.aws.client.core.http.
HttpException
HttpException(String)
- Constructor for exception lambdify.aws.client.core.http.
HttpException
HttpException(String, String)
- Constructor for exception lambdify.aws.client.core.http.
HttpException
HttpException(Throwable)
- Constructor for exception lambdify.aws.client.core.http.
HttpException
HttpRequest()
- Constructor for class lambdify.aws.client.core.http.
HttpUtils.HttpRequest
HttpRequestFailure
- Exception in
lambdify.aws.client.core.http
HttpRequestFailure(int, String)
- Constructor for exception lambdify.aws.client.core.http.
HttpRequestFailure
HttpResponse()
- Constructor for class lambdify.aws.client.core.http.
HttpUtils.HttpResponse
HttpUtils
- Class in
lambdify.aws.client.core.http
Various Http helper routines
HttpUtils()
- Constructor for class lambdify.aws.client.core.http.
HttpUtils
HttpUtils.HttpRequest
- Class in
lambdify.aws.client.core.http
HttpUtils.HttpResponse
- Class in
lambdify.aws.client.core.http
HttpUtils.Methods
- Interface in
lambdify.aws.client.core.http
I
invokeHttpRequest(HttpUtils.HttpRequest)
- Static method in class lambdify.aws.client.core.http.
HttpUtils
Makes a http request to the specified endpoint
isEmpty()
- Method in interface lambdify.aws.client.core.
AwsCredentials
ISO8601BasicFormat
- Static variable in class lambdify.aws.client.core.http.
AuthorizationHeaderAWS4Signer
isTemporaryCredential()
- Method in interface lambdify.aws.client.core.
AwsCredentials
J
jsonSerializer
- Variable in class lambdify.aws.client.core.
AmazonClient
jsonSerializer
- Variable in class lambdify.aws.client.core.
AmazonClientBuilder
L
LambdaException
- Exception in
lambdify.aws.client.core
LambdaException(String)
- Constructor for exception lambdify.aws.client.core.
LambdaException
lambdify.aws.client.core
- package lambdify.aws.client.core
lambdify.aws.client.core.http
- package lambdify.aws.client.core.http
M
MapBuilder
<
K
,
V
> - Class in
lambdify.aws.client.core.http
MapBuilder()
- Constructor for class lambdify.aws.client.core.http.
MapBuilder
mapOf(Class<V>)
- Static method in class lambdify.aws.client.core.http.
MapBuilder
mapOf(Class<K>, Class<V>)
- Static method in class lambdify.aws.client.core.http.
MapBuilder
method
- Variable in class lambdify.aws.client.core.http.
HttpUtils.HttpRequest
P
POST
- Static variable in interface lambdify.aws.client.core.http.
HttpUtils.Methods
propertiesCredentials()
- Static method in interface lambdify.aws.client.core.
AwsCredentialsProvider
provider
- Variable in class lambdify.aws.client.core.
AmazonClient
providersLifo
- Variable in class lambdify.aws.client.core.
AwsCredentialsProvider.AwsCredentialsProviderChain
PUT
- Static variable in interface lambdify.aws.client.core.http.
HttpUtils.Methods
put(K, V)
- Method in class lambdify.aws.client.core.http.
MapBuilder
putHeader(String, String)
- Method in class lambdify.aws.client.core.http.
HttpUtils.HttpRequest
Q
queryParameters()
- Method in class lambdify.aws.client.core.http.
HttpUtils.HttpRequest
R
readBytes(InputStream)
- Static method in class lambdify.aws.client.core.http.
HttpUtils
readResponse(HttpURLConnection)
- Static method in class lambdify.aws.client.core.http.
HttpUtils
region
- Variable in class lambdify.aws.client.core.
AmazonClientBuilder
regionName
- Variable in class lambdify.aws.client.core.http.
AuthorizationHeaderAWS4Signer
registerProvider(AwsCredentialsProvider)
- Method in class lambdify.aws.client.core.
AwsCredentialsProvider.AwsCredentialsProviderChain
response
- Variable in exception lambdify.aws.client.core.
AmazonClient.AmazonClientException
response
- Variable in class lambdify.aws.client.core.http.
HttpUtils.HttpResponse
responseAsString()
- Method in class lambdify.aws.client.core.http.
HttpUtils.HttpResponse
responseBody
- Variable in exception lambdify.aws.client.core.http.
HttpRequestFailure
S
SCHEME
- Static variable in class lambdify.aws.client.core.http.
AuthorizationHeaderAWS4Signer
SECRET_KEY_ENV_VAR
- Static variable in interface lambdify.aws.client.core.
AwsCredentialsProvider
SECRET_KEY_SYSTEM_PROPERTY
- Static variable in interface lambdify.aws.client.core.
AwsCredentialsProvider
secretKey
- Variable in class lambdify.aws.client.core.
AwsCredentials.StaticAwsCredentials
sendBody(HttpURLConnection, byte[])
- Static method in class lambdify.aws.client.core.http.
HttpUtils
sendJsonRequestAndParseResponse(Class<T>, HttpUtils.HttpRequest)
- Method in class lambdify.aws.client.core.
AmazonClient
sendRequest(HttpUtils.HttpRequest)
- Method in class lambdify.aws.client.core.
AmazonClient
serialize(Object)
- Method in interface lambdify.aws.client.core.http.
AwsClientJsonSerializer
serializeAsBytes(Object)
- Method in interface lambdify.aws.client.core.http.
AwsClientJsonSerializer
service
- Variable in class lambdify.aws.client.core.
AmazonClientBuilder
serviceName
- Variable in class lambdify.aws.client.core.http.
AuthorizationHeaderAWS4Signer
SESSION_KEY_ENV_VAR
- Static variable in interface lambdify.aws.client.core.
AwsCredentialsProvider
SESSION_TOKEN_SYSTEM_PROPERTY
- Static variable in interface lambdify.aws.client.core.
AwsCredentialsProvider
sessionKey
- Variable in class lambdify.aws.client.core.
AwsCredentials.StaticAwsCredentials
setCredentialsProvider(AwsCredentialsProvider)
- Method in class lambdify.aws.client.core.
AmazonClientBuilder
setJsonSerializer(AwsClientJsonSerializer)
- Method in class lambdify.aws.client.core.
AmazonClientBuilder
setRegion(String)
- Method in class lambdify.aws.client.core.
AmazonClientBuilder
setService(String)
- Method in class lambdify.aws.client.core.
AmazonClientBuilder
sign(HttpUtils.HttpRequest, AwsCredentials)
- Method in class lambdify.aws.client.core.http.
AuthorizationHeaderAWS4Signer
Sign the request.
sign(String, byte[], String)
- Method in class lambdify.aws.client.core.http.
AuthorizationHeaderAWS4Signer
signer
- Variable in class lambdify.aws.client.core.
AmazonClient
StaticAwsCredentials()
- Constructor for class lambdify.aws.client.core.
AwsCredentials.StaticAwsCredentials
staticCredentials(String, String)
- Static method in interface lambdify.aws.client.core.
AwsCredentialsProvider
staticCredentials(String, String, String)
- Static method in interface lambdify.aws.client.core.
AwsCredentialsProvider
StaticCredentialsProvider()
- Constructor for class lambdify.aws.client.core.
AwsCredentialsProvider.StaticCredentialsProvider
status
- Variable in exception lambdify.aws.client.core.http.
HttpRequestFailure
status
- Variable in class lambdify.aws.client.core.http.
HttpUtils.HttpResponse
T
TERMINATOR
- Static variable in class lambdify.aws.client.core.http.
AuthorizationHeaderAWS4Signer
toHex(byte[])
- Method in class lambdify.aws.client.core.http.
AuthorizationHeaderAWS4Signer
Converts byte data to a Hex-encoded string.
trim(String)
- Static method in class lambdify.aws.client.core.
AwsCredentialsProvider.EnvironmentCredentialsProvider
type
- Variable in exception lambdify.aws.client.core.http.
HttpException
U
unserialize(String, Class<T>)
- Method in interface lambdify.aws.client.core.http.
AwsClientJsonSerializer
unserializeAsList(String, Class<T>)
- Method in interface lambdify.aws.client.core.http.
AwsClientJsonSerializer
urlEncode(String)
- Static method in class lambdify.aws.client.core.http.
HttpUtils
urlEncode(String, boolean)
- Static method in class lambdify.aws.client.core.http.
HttpUtils
A
B
C
D
E
F
G
H
I
J
L
M
P
Q
R
S
T
U
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Prev
Next
Frames
No Frames
All Classes
Copyright © 2018. All rights reserved.