Skip navigation links
Quarkus - Amazon Services - Common - Runtime 1.10.2.Final
A C D E F G H I M N O P R S T U V W 

A

accessKeyId - Variable in class io.quarkus.amazon.common.runtime.AwsCredentialsProviderConfig.StaticCredentialsProviderConfig
AWS Access key id
AmazonClientRecorder - Class in io.quarkus.amazon.common.runtime
 
AmazonClientRecorder() - Constructor for class io.quarkus.amazon.common.runtime.AmazonClientRecorder
 
AmazonClientTransportRecorder - Class in io.quarkus.amazon.common.runtime
 
AmazonClientTransportRecorder() - Constructor for class io.quarkus.amazon.common.runtime.AmazonClientTransportRecorder
 
apache - Variable in class io.quarkus.amazon.common.runtime.SyncHttpClientConfig
Apache HTTP client specific configurations
ApacheHttpClientConfig() - Constructor for class io.quarkus.amazon.common.runtime.SyncHttpClientConfig.ApacheHttpClientConfig
 
apiCallAttemptTimeout - Variable in class io.quarkus.amazon.common.runtime.SdkConfig
The amount of time to wait for the HTTP request to complete before giving up and timing out.
apiCallTimeout - Variable in class io.quarkus.amazon.common.runtime.SdkConfig
The amount of time to allow the client to complete the execution of an API call.
asyncCredentialUpdateEnabled - Variable in class io.quarkus.amazon.common.runtime.AwsCredentialsProviderConfig.DefaultCredentialsProviderConfig
Whether this provider should fetch credentials asynchronously in the background.
asyncCredentialUpdateEnabled - Variable in class io.quarkus.amazon.common.runtime.AwsCredentialsProviderConfig.ProcessCredentialsProviderConfig
Whether the provider should fetch credentials asynchronously in the background.
AwsConfig - Class in io.quarkus.amazon.common.runtime
 
AwsConfig() - Constructor for class io.quarkus.amazon.common.runtime.AwsConfig
 
AwsCredentialsProviderConfig - Class in io.quarkus.amazon.common.runtime
 
AwsCredentialsProviderConfig() - Constructor for class io.quarkus.amazon.common.runtime.AwsCredentialsProviderConfig
 
AwsCredentialsProviderConfig.DefaultCredentialsProviderConfig - Class in io.quarkus.amazon.common.runtime
 
AwsCredentialsProviderConfig.ProcessCredentialsProviderConfig - Class in io.quarkus.amazon.common.runtime
 
AwsCredentialsProviderConfig.ProfileCredentialsProviderConfig - Class in io.quarkus.amazon.common.runtime
 
AwsCredentialsProviderConfig.StaticCredentialsProviderConfig - Class in io.quarkus.amazon.common.runtime
 
AwsCredentialsProviderType - Enum in io.quarkus.amazon.common.runtime
 

C

command - Variable in class io.quarkus.amazon.common.runtime.AwsCredentialsProviderConfig.ProcessCredentialsProviderConfig
The command that should be executed to retrieve credentials.
configure(RuntimeValue<? extends AwsClientBuilder>, RuntimeValue<AwsConfig>, RuntimeValue<SdkConfig>, SdkBuildTimeConfig, String) - Method in class io.quarkus.amazon.common.runtime.AmazonClientRecorder
 
configureAsync(String, RuntimeValue<NettyHttpClientConfig>) - Method in class io.quarkus.amazon.common.runtime.AmazonClientTransportRecorder
 
configureSyncApacheHttpClient(String, RuntimeValue<SyncHttpClientConfig>) - Method in class io.quarkus.amazon.common.runtime.AmazonClientTransportRecorder
 
configureSyncUrlConnectionHttpClient(String, RuntimeValue<SyncHttpClientConfig>) - Method in class io.quarkus.amazon.common.runtime.AmazonClientTransportRecorder
 
connectionAcquisitionTimeout - Variable in class io.quarkus.amazon.common.runtime.NettyHttpClientConfig
The amount of time to wait when acquiring a connection from the pool before giving up and timing out.
connectionAcquisitionTimeout - Variable in class io.quarkus.amazon.common.runtime.SyncHttpClientConfig.ApacheHttpClientConfig
The amount of time to wait when acquiring a connection from the pool before giving up and timing out.
connectionMaxIdleTime - Variable in class io.quarkus.amazon.common.runtime.NettyHttpClientConfig
The maximum amount of time that a connection should be allowed to remain open while idle.
connectionMaxIdleTime - Variable in class io.quarkus.amazon.common.runtime.SyncHttpClientConfig.ApacheHttpClientConfig
The maximum amount of time that a connection should be allowed to remain open while idle.
connectionTimeout - Variable in class io.quarkus.amazon.common.runtime.NettyHttpClientConfig
The amount of time to wait when initially establishing a connection before giving up and timing out.
connectionTimeout - Variable in class io.quarkus.amazon.common.runtime.SyncHttpClientConfig
The maximum amount of time to establish a connection before timing out.
connectionTimeToLive - Variable in class io.quarkus.amazon.common.runtime.NettyHttpClientConfig
The maximum amount of time that a connection should be allowed to remain open, regardless of usage frequency.
connectionTimeToLive - Variable in class io.quarkus.amazon.common.runtime.SyncHttpClientConfig.ApacheHttpClientConfig
The maximum amount of time that a connection should be allowed to remain open, regardless of usage frequency.
convert(String) - Method in class io.quarkus.amazon.common.runtime.RegionConverter
 
create(AwsCredentialsProviderConfig) - Method in enum io.quarkus.amazon.common.runtime.AwsCredentialsProviderType
 
create(TlsKeyManagersProviderConfig) - Method in enum io.quarkus.amazon.common.runtime.TlsKeyManagersProviderType
 
create(TlsTrustManagersProviderConfig) - Method in enum io.quarkus.amazon.common.runtime.TlsTrustManagersProviderType
 
credentialRefreshThreshold - Variable in class io.quarkus.amazon.common.runtime.AwsCredentialsProviderConfig.ProcessCredentialsProviderConfig
The amount of time between when the credentials expire and when the credentials should start to be refreshed.
credentials - Variable in class io.quarkus.amazon.common.runtime.AwsConfig
Defines credentials provider used

D

DefaultCredentialsProviderConfig() - Constructor for class io.quarkus.amazon.common.runtime.AwsCredentialsProviderConfig.DefaultCredentialsProviderConfig
 
defaultProvider - Variable in class io.quarkus.amazon.common.runtime.AwsCredentialsProviderConfig
Default credentials provider configuration

E

enabled - Variable in class io.quarkus.amazon.common.runtime.NettyHttpClientConfig.NettyProxyConfiguration
Enable HTTP proxy.
enabled - Variable in class io.quarkus.amazon.common.runtime.SyncHttpClientConfig.ApacheHttpClientConfig.HttpClientProxyConfiguration
Enable HTTP proxy
endpoint - Variable in class io.quarkus.amazon.common.runtime.NettyHttpClientConfig.NettyProxyConfiguration
The endpoint of the proxy server that the SDK should connect through.
endpoint - Variable in class io.quarkus.amazon.common.runtime.SyncHttpClientConfig.ApacheHttpClientConfig.HttpClientProxyConfiguration
The endpoint of the proxy server that the SDK should connect through.
endpointOverride - Variable in class io.quarkus.amazon.common.runtime.SdkConfig
The endpoint URI with which the SDK should communicate.
eventLoop - Variable in class io.quarkus.amazon.common.runtime.NettyHttpClientConfig
Netty event loop configuration override
expectContinueEnabled - Variable in class io.quarkus.amazon.common.runtime.SyncHttpClientConfig.ApacheHttpClientConfig
Whether the client should send an HTTP expect-continue handshake before each request.

F

fileStore - Variable in class io.quarkus.amazon.common.runtime.TlsKeyManagersProviderConfig
Configuration of the file store provider.
fileStore - Variable in class io.quarkus.amazon.common.runtime.TlsTrustManagersProviderConfig
Configuration of the file store provider.
FileStoreTlsManagersProviderConfig - Class in io.quarkus.amazon.common.runtime
 
FileStoreTlsManagersProviderConfig() - Constructor for class io.quarkus.amazon.common.runtime.FileStoreTlsManagersProviderConfig
 
FileStoreTlsTrustManagersProvider - Class in io.quarkus.amazon.common.runtime
A TlsTrustManagersProvider for creating trustmanagers from a file-based truststore
FileStoreTlsTrustManagersProvider(FileStoreTlsManagersProviderConfig) - Constructor for class io.quarkus.amazon.common.runtime.FileStoreTlsTrustManagersProvider
 

G

getInstance() - Static method in class io.quarkus.amazon.common.runtime.NoneTlsTrustManagersProvider
 
getInstance() - Static method in class io.quarkus.amazon.common.runtime.SystemPropertyTlsTrustManagersProvider
 

H

healthCheckPingPeriod - Variable in class io.quarkus.amazon.common.runtime.NettyHttpClientConfig.Http2Config
Sets the period that the Netty client will send PING frames to the remote endpoint to check the health of the connection.
http2 - Variable in class io.quarkus.amazon.common.runtime.NettyHttpClientConfig
HTTP/2 specific configuration
Http2Config() - Constructor for class io.quarkus.amazon.common.runtime.NettyHttpClientConfig.Http2Config
 
HttpClientProxyConfiguration() - Constructor for class io.quarkus.amazon.common.runtime.SyncHttpClientConfig.ApacheHttpClientConfig.HttpClientProxyConfiguration
 

I

initAwsClient(AwsClientBuilder, String, AwsConfig) - Method in class io.quarkus.amazon.common.runtime.AmazonClientRecorder
 
initialWindowSize - Variable in class io.quarkus.amazon.common.runtime.NettyHttpClientConfig.Http2Config
The initial window size for an HTTP/2 stream.
initSdkClient(SdkClientBuilder, String, SdkConfig, SdkBuildTimeConfig) - Method in class io.quarkus.amazon.common.runtime.AmazonClientRecorder
 
interceptors - Variable in class io.quarkus.amazon.common.runtime.SdkBuildTimeConfig
List of execution interceptors that will have access to read and modify the request and response objects as they are processed by the AWS SDK.
io.quarkus.amazon.common.runtime - package io.quarkus.amazon.common.runtime
 

M

maxConcurrency - Variable in class io.quarkus.amazon.common.runtime.NettyHttpClientConfig
The maximum number of allowed concurrent requests.
maxConnections - Variable in class io.quarkus.amazon.common.runtime.SyncHttpClientConfig.ApacheHttpClientConfig
The maximum number of connections allowed in the connection pool.
maxPendingConnectionAcquires - Variable in class io.quarkus.amazon.common.runtime.NettyHttpClientConfig
The maximum number of pending acquires allowed.
maxStreams - Variable in class io.quarkus.amazon.common.runtime.NettyHttpClientConfig.Http2Config
The maximum number of concurrent streams for an HTTP/2 connection.

N

NettyHttpClientConfig - Class in io.quarkus.amazon.common.runtime
 
NettyHttpClientConfig() - Constructor for class io.quarkus.amazon.common.runtime.NettyHttpClientConfig
 
NettyHttpClientConfig.Http2Config - Class in io.quarkus.amazon.common.runtime
 
NettyHttpClientConfig.NettyProxyConfiguration - Class in io.quarkus.amazon.common.runtime
 
NettyHttpClientConfig.SdkEventLoopGroupConfig - Class in io.quarkus.amazon.common.runtime
 
NettyProxyConfiguration() - Constructor for class io.quarkus.amazon.common.runtime.NettyHttpClientConfig.NettyProxyConfiguration
 
NoneTlsTrustManagersProvider - Class in io.quarkus.amazon.common.runtime
A TlsTrustManagersProvider that creates a trustmanager trusting all certificates
NoneTlsTrustManagersProvider() - Constructor for class io.quarkus.amazon.common.runtime.NoneTlsTrustManagersProvider
 
nonProxyHosts - Variable in class io.quarkus.amazon.common.runtime.NettyHttpClientConfig.NettyProxyConfiguration
The hosts that the client is allowed to access without going through the proxy.
nonProxyHosts - Variable in class io.quarkus.amazon.common.runtime.SyncHttpClientConfig.ApacheHttpClientConfig.HttpClientProxyConfiguration
The hosts that the client is allowed to access without going through the proxy.
ntlmDomain - Variable in class io.quarkus.amazon.common.runtime.SyncHttpClientConfig.ApacheHttpClientConfig.HttpClientProxyConfiguration
For NTLM proxies - the Windows domain name to use when authenticating with the proxy.
ntlmWorkstation - Variable in class io.quarkus.amazon.common.runtime.SyncHttpClientConfig.ApacheHttpClientConfig.HttpClientProxyConfiguration
For NTLM proxies - the Windows workstation name to use when authenticating with the proxy.
numberOfThreads - Variable in class io.quarkus.amazon.common.runtime.NettyHttpClientConfig.SdkEventLoopGroupConfig
Number of threads to use for the event loop group.

O

override - Variable in class io.quarkus.amazon.common.runtime.NettyHttpClientConfig.SdkEventLoopGroupConfig
Enable the custom configuration of the Netty event loop group.

P

password - Variable in class io.quarkus.amazon.common.runtime.FileStoreTlsManagersProviderConfig
Key store password
password - Variable in class io.quarkus.amazon.common.runtime.SyncHttpClientConfig.ApacheHttpClientConfig.HttpClientProxyConfiguration
The password to use when connecting through a proxy.
path - Variable in class io.quarkus.amazon.common.runtime.FileStoreTlsManagersProviderConfig
Path to the key store.
preemptiveBasicAuthenticationEnabled - Variable in class io.quarkus.amazon.common.runtime.SyncHttpClientConfig.ApacheHttpClientConfig.HttpClientProxyConfiguration
Whether to attempt to authenticate preemptively against the proxy server using basic authentication.
ProcessCredentialsProviderConfig() - Constructor for class io.quarkus.amazon.common.runtime.AwsCredentialsProviderConfig.ProcessCredentialsProviderConfig
 
processOutputLimit - Variable in class io.quarkus.amazon.common.runtime.AwsCredentialsProviderConfig.ProcessCredentialsProviderConfig
The maximum size of the output that can be returned by the external process before an exception is raised.
processProvider - Variable in class io.quarkus.amazon.common.runtime.AwsCredentialsProviderConfig
Process credentials provider configuration
ProfileCredentialsProviderConfig() - Constructor for class io.quarkus.amazon.common.runtime.AwsCredentialsProviderConfig.ProfileCredentialsProviderConfig
 
profileName - Variable in class io.quarkus.amazon.common.runtime.AwsCredentialsProviderConfig.ProfileCredentialsProviderConfig
The name of the profile that should be used by this credentials provider.
profileProvider - Variable in class io.quarkus.amazon.common.runtime.AwsCredentialsProviderConfig
AWS Profile credentials provider configuration
protocol - Variable in class io.quarkus.amazon.common.runtime.NettyHttpClientConfig
The HTTP protocol to use.
proxy - Variable in class io.quarkus.amazon.common.runtime.NettyHttpClientConfig
HTTP proxy configuration
proxy - Variable in class io.quarkus.amazon.common.runtime.SyncHttpClientConfig.ApacheHttpClientConfig
HTTP proxy configuration

R

readTimeout - Variable in class io.quarkus.amazon.common.runtime.NettyHttpClientConfig
The amount of time to wait for a read on a socket before an exception is thrown.
region - Variable in class io.quarkus.amazon.common.runtime.AwsConfig
An Amazon Web Services region that hosts the given service.
RegionConverter - Class in io.quarkus.amazon.common.runtime
A converter which converts a string with AWS region, e.g.
RegionConverter() - Constructor for class io.quarkus.amazon.common.runtime.RegionConverter
 
reuseLastProviderEnabled - Variable in class io.quarkus.amazon.common.runtime.AwsCredentialsProviderConfig.DefaultCredentialsProviderConfig
Whether the provider should reuse the last successful credentials provider in the chain.
RuntimeConfigurationError - Exception in io.quarkus.amazon.common.runtime
 
RuntimeConfigurationError(String) - Constructor for exception io.quarkus.amazon.common.runtime.RuntimeConfigurationError
 

S

SdkBuildTimeConfig - Class in io.quarkus.amazon.common.runtime
AWS SDK specific configurations
SdkBuildTimeConfig() - Constructor for class io.quarkus.amazon.common.runtime.SdkBuildTimeConfig
 
SdkConfig - Class in io.quarkus.amazon.common.runtime
AWS SDK specific configurations
SdkConfig() - Constructor for class io.quarkus.amazon.common.runtime.SdkConfig
 
SdkEventLoopGroupConfig() - Constructor for class io.quarkus.amazon.common.runtime.NettyHttpClientConfig.SdkEventLoopGroupConfig
 
secretAccessKey - Variable in class io.quarkus.amazon.common.runtime.AwsCredentialsProviderConfig.StaticCredentialsProviderConfig
AWS Secret access key
socketTimeout - Variable in class io.quarkus.amazon.common.runtime.SyncHttpClientConfig
The amount of time to wait for data to be transferred over an established, open connection before the connection is timed out.
sslProvider - Variable in class io.quarkus.amazon.common.runtime.NettyHttpClientConfig
The SSL Provider to be used in the Netty client.
StaticCredentialsProviderConfig() - Constructor for class io.quarkus.amazon.common.runtime.AwsCredentialsProviderConfig.StaticCredentialsProviderConfig
 
staticProvider - Variable in class io.quarkus.amazon.common.runtime.AwsCredentialsProviderConfig
Static credentials provider configuration
SyncHttpClientBuildTimeConfig - Class in io.quarkus.amazon.common.runtime
 
SyncHttpClientBuildTimeConfig() - Constructor for class io.quarkus.amazon.common.runtime.SyncHttpClientBuildTimeConfig
 
SyncHttpClientBuildTimeConfig.SyncClientType - Enum in io.quarkus.amazon.common.runtime
 
SyncHttpClientConfig - Class in io.quarkus.amazon.common.runtime
 
SyncHttpClientConfig() - Constructor for class io.quarkus.amazon.common.runtime.SyncHttpClientConfig
 
SyncHttpClientConfig.ApacheHttpClientConfig - Class in io.quarkus.amazon.common.runtime
 
SyncHttpClientConfig.ApacheHttpClientConfig.HttpClientProxyConfiguration - Class in io.quarkus.amazon.common.runtime
 
SystemPropertyTlsTrustManagersProvider - Class in io.quarkus.amazon.common.runtime
A TlsTrustManagersProvider for loading system default truststore configuration
SystemPropertyTlsTrustManagersProvider() - Constructor for class io.quarkus.amazon.common.runtime.SystemPropertyTlsTrustManagersProvider
 

T

threadNamePrefix - Variable in class io.quarkus.amazon.common.runtime.NettyHttpClientConfig.SdkEventLoopGroupConfig
The thread name prefix for threads created by this thread factory used by event loop group.
tlsKeyManagersProvider - Variable in class io.quarkus.amazon.common.runtime.NettyHttpClientConfig
TLS Key Managers provider configuration
tlsKeyManagersProvider - Variable in class io.quarkus.amazon.common.runtime.SyncHttpClientConfig
TLS Key Managers provider configuration
TlsKeyManagersProviderConfig - Class in io.quarkus.amazon.common.runtime
 
TlsKeyManagersProviderConfig() - Constructor for class io.quarkus.amazon.common.runtime.TlsKeyManagersProviderConfig
 
TlsKeyManagersProviderType - Enum in io.quarkus.amazon.common.runtime
 
tlsTrustManagersProvider - Variable in class io.quarkus.amazon.common.runtime.NettyHttpClientConfig
TLS Trust Managers provider configuration
tlsTrustManagersProvider - Variable in class io.quarkus.amazon.common.runtime.SyncHttpClientConfig
TLS Trust Managers provider configuration
TlsTrustManagersProviderConfig - Class in io.quarkus.amazon.common.runtime
 
TlsTrustManagersProviderConfig() - Constructor for class io.quarkus.amazon.common.runtime.TlsTrustManagersProviderConfig
 
TlsTrustManagersProviderType - Enum in io.quarkus.amazon.common.runtime
 
trustManagers() - Method in class io.quarkus.amazon.common.runtime.FileStoreTlsTrustManagersProvider
 
trustManagers() - Method in class io.quarkus.amazon.common.runtime.NoneTlsTrustManagersProvider
 
trustManagers() - Method in class io.quarkus.amazon.common.runtime.SystemPropertyTlsTrustManagersProvider
 
type - Variable in class io.quarkus.amazon.common.runtime.AwsCredentialsProviderConfig
Configure the credentials provider that should be used to authenticate with AWS.
type - Variable in class io.quarkus.amazon.common.runtime.FileStoreTlsManagersProviderConfig
Key store type.
type - Variable in class io.quarkus.amazon.common.runtime.SyncHttpClientBuildTimeConfig
Type of the sync HTTP client implementation
type - Variable in class io.quarkus.amazon.common.runtime.TlsKeyManagersProviderConfig
TLS key managers provider type.
type - Variable in class io.quarkus.amazon.common.runtime.TlsTrustManagersProviderConfig
TLS trust managers provider type.

U

useIdleConnectionReaper - Variable in class io.quarkus.amazon.common.runtime.NettyHttpClientConfig
Whether the idle connections in the connection pool should be closed.
useIdleConnectionReaper - Variable in class io.quarkus.amazon.common.runtime.SyncHttpClientConfig.ApacheHttpClientConfig
Whether the idle connections in the connection pool should be closed asynchronously.
username - Variable in class io.quarkus.amazon.common.runtime.SyncHttpClientConfig.ApacheHttpClientConfig.HttpClientProxyConfiguration
The username to use when connecting through a proxy.

V

valueOf(String) - Static method in enum io.quarkus.amazon.common.runtime.AwsCredentialsProviderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.quarkus.amazon.common.runtime.SyncHttpClientBuildTimeConfig.SyncClientType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.quarkus.amazon.common.runtime.TlsKeyManagersProviderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.quarkus.amazon.common.runtime.TlsTrustManagersProviderType
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.quarkus.amazon.common.runtime.AwsCredentialsProviderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.quarkus.amazon.common.runtime.SyncHttpClientBuildTimeConfig.SyncClientType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.quarkus.amazon.common.runtime.TlsKeyManagersProviderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.quarkus.amazon.common.runtime.TlsTrustManagersProviderType
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeTimeout - Variable in class io.quarkus.amazon.common.runtime.NettyHttpClientConfig
The amount of time to wait for a write on a socket before an exception is thrown.
A C D E F G H I M N O P R S T U V W 
Skip navigation links
Quarkus - Amazon Services - Common - Runtime 1.10.2.Final

Copyright © 2020 JBoss by Red Hat. All rights reserved.