Skip navigation links
A B C D E F G H I M N P Q R S T U 

A

adapt(ApiGatewayClientConfiguration, ClientConfiguration) - Static method in class com.amazonaws.opensdk.internal.config.ClientConfigurationAdapter
Helper method that takes in a custom ApiGatewayClientConfiguration object and a service default ClientConfiguration object, adapts it to a target ClientConfiguration object and returns it.
ApiGatewayClientConfiguration - Class in com.amazonaws.opensdk.internal.config
Client configuration options such as proxy settings, timeouts, connections etc.
ApiGatewayClientConfiguration() - Constructor for class com.amazonaws.opensdk.internal.config.ApiGatewayClientConfiguration
 
ApiGatewayClientConfigurationFactory - Class in com.amazonaws.opensdk.internal.config
Factory producing predefined ClientConfiguration instances.
ApiGatewayClientConfigurationFactory() - Constructor for class com.amazonaws.opensdk.internal.config.ApiGatewayClientConfigurationFactory
 
ApiGatewayErrorResponseHandler - Class in com.amazonaws.opensdk.internal.protocol
Error response handler for API Gateway clients.
ApiGatewayErrorResponseHandler(List<ApiGatewayErrorUnmarshaller>, JsonFactory) - Constructor for class com.amazonaws.opensdk.internal.protocol.ApiGatewayErrorResponseHandler
 
ApiGatewayErrorUnmarshaller - Class in com.amazonaws.opensdk.internal.protocol
Unmarshaller for JSON error responses from AWS services.
ApiGatewayErrorUnmarshaller(Class<? extends BaseException>, Optional<Integer>) - Constructor for class com.amazonaws.opensdk.internal.protocol.ApiGatewayErrorUnmarshaller
 
ApiGatewayProtocolFactoryImpl - Class in com.amazonaws.opensdk.protect.protocol
Protocol factory implementation for API Gateway clients.
ApiGatewayProtocolFactoryImpl(JsonClientMetadata) - Constructor for class com.amazonaws.opensdk.protect.protocol.ApiGatewayProtocolFactoryImpl
 
ApiGatewayResponseHandler<T extends BaseResult> - Class in com.amazonaws.opensdk.internal.protocol
 
ApiGatewayResponseHandler(HttpResponseHandler<AmazonWebServiceResponse<T>>) - Constructor for class com.amazonaws.opensdk.internal.protocol.ApiGatewayResponseHandler
 

B

backoffStrategy(BackoffStrategy) - Method in class com.amazonaws.opensdk.retry.RetryPolicyBuilder
Note, this option and RetryPolicyBuilder.fixedBackoff(int) are mutually exclusive settings.
BaseException - Interface in com.amazonaws.opensdk.internal
Interface to abstract the common methods that needs to exist in all service exceptions.
BaseRequest - Class in com.amazonaws.opensdk
Base class for all request objects.
BaseRequest() - Constructor for class com.amazonaws.opensdk.BaseRequest
 
BaseResult - Class in com.amazonaws.opensdk
Base type for all response types.
BaseResult() - Constructor for class com.amazonaws.opensdk.BaseResult
 
bind(Supplier<Optional<T>>, Consumer<T>) - Static method in class com.amazonaws.opensdk.internal.config.ClientConfigurationAdapter
 
build() - Method in class com.amazonaws.opensdk.protect.client.SdkSyncClientBuilder
 
build(AwsSyncClientParams) - Method in class com.amazonaws.opensdk.protect.client.SdkSyncClientBuilder
 
build() - Method in class com.amazonaws.opensdk.retry.RetryPolicyBuilder
Construct a RetryPolicy with the current configuration in the builder.
build() - Method in class com.amazonaws.opensdk.SdkRequestConfig.Builder
Builds the SdkRequestConfig with the current state of the builder.
builder() - Static method in class com.amazonaws.opensdk.SdkRequestConfig
 
Builder() - Constructor for class com.amazonaws.opensdk.SdkRequestConfig.Builder
 

C

ClientConfigurationAdapter - Class in com.amazonaws.opensdk.internal.config
ClientConfigurationAdapter() - Constructor for class com.amazonaws.opensdk.internal.config.ClientConfigurationAdapter
 
clone() - Method in class com.amazonaws.opensdk.BaseRequest
Creates a shallow clone of this request.
com.amazonaws.opensdk - package com.amazonaws.opensdk
 
com.amazonaws.opensdk.config - package com.amazonaws.opensdk.config
 
com.amazonaws.opensdk.internal - package com.amazonaws.opensdk.internal
 
com.amazonaws.opensdk.internal.auth - package com.amazonaws.opensdk.internal.auth
 
com.amazonaws.opensdk.internal.config - package com.amazonaws.opensdk.internal.config
 
com.amazonaws.opensdk.internal.protocol - package com.amazonaws.opensdk.internal.protocol
Internal SDK APIs.
com.amazonaws.opensdk.model - package com.amazonaws.opensdk.model
 
com.amazonaws.opensdk.protect.auth - package com.amazonaws.opensdk.protect.auth
 
com.amazonaws.opensdk.protect.client - package com.amazonaws.opensdk.protect.client
 
com.amazonaws.opensdk.protect.protocol - package com.amazonaws.opensdk.protect.protocol
Protected SDK APIs.
com.amazonaws.opensdk.retry - package com.amazonaws.opensdk.retry
 
ConnectionConfiguration - Class in com.amazonaws.opensdk.config
Configuration options for the client's http connections like max number of open HTTP connections, connection expiration time etc.
ConnectionConfiguration() - Constructor for class com.amazonaws.opensdk.config.ConnectionConfiguration
 
connectionConfiguration(ConnectionConfiguration) - Method in class com.amazonaws.opensdk.internal.config.ApiGatewayClientConfiguration
Sets various options related to the http connection pool and connections.
connectionConfiguration(ConnectionConfiguration) - Method in class com.amazonaws.opensdk.protect.client.SdkSyncClientBuilder
Sets various optional options related to the http connection pool and connections.
connectionMaxIdleMillis(long) - Method in class com.amazonaws.opensdk.config.ConnectionConfiguration
Sets the maximum amount of time that an idle connection may sit in the connection pool and still be eligible for reuse.
connectionTimeout(Integer) - Method in class com.amazonaws.opensdk.config.TimeoutConfiguration
Sets the amount of time to wait (in milliseconds) when initially establishing a connection before giving up and timing out.
connectionTTL(long) - Method in class com.amazonaws.opensdk.config.ConnectionConfiguration
Sets the expiration time (in milliseconds) for a connection in the connection pool.
consume(RawResult, InputStream) - Method in interface com.amazonaws.opensdk.model.ResultContentConsumer
Consume the content stream associated with the given result.
copyBuilder() - Method in class com.amazonaws.opensdk.SdkRequestConfig
 
createErrorResponseHandler(JsonErrorResponseMetadata) - Method in class com.amazonaws.opensdk.protect.protocol.ApiGatewayProtocolFactoryImpl
Creates a response handler for handling a error response (non 2xx response).
createGenerator() - Method in class com.amazonaws.opensdk.protect.protocol.ApiGatewayProtocolFactoryImpl
 
createProtocolMarshaller(OperationInfo, T) - Method in class com.amazonaws.opensdk.protect.protocol.ApiGatewayProtocolFactoryImpl
 
createResponseHandler(JsonOperationMetadata, Unmarshaller<T, JsonUnmarshallerContext>) - Method in class com.amazonaws.opensdk.protect.protocol.ApiGatewayProtocolFactoryImpl
Creates a response handler to be used for handling a successful response.
createSigner() - Method in class com.amazonaws.opensdk.internal.auth.IamSignerFactory
 
customHeader(String, String) - Method in class com.amazonaws.opensdk.SdkRequestConfig.Builder
Put a new custom header to the map of custom header names to custom header values.
customQueryParam(String, String) - Method in class com.amazonaws.opensdk.SdkRequestConfig.Builder
Add a custom query parameter for the request.

D

DEFAULT_CACHE_RESPONSE_METADATA - Static variable in class com.amazonaws.opensdk.internal.config.ApiGatewayClientConfigurationFactory
 
DEFAULT_SOCKET_TIMEOUT - Static variable in class com.amazonaws.opensdk.internal.config.ApiGatewayClientConfigurationFactory
 
defaultEndpoint() - Method in class com.amazonaws.opensdk.protect.client.SdkSyncClientBuilder
 
defaultIamSigner() - Method in class com.amazonaws.opensdk.protect.client.SdkSyncClientBuilder
 
defaultRegion() - Method in class com.amazonaws.opensdk.protect.client.SdkSyncClientBuilder
 

E

endpoint(String) - Method in class com.amazonaws.opensdk.protect.client.SdkSyncClientBuilder
 
execute(ClientExecutionParams<Input, Output>) - Method in class com.amazonaws.opensdk.protect.client.SdkClientHandler
 

F

fixedBackoff(int) - Method in class com.amazonaws.opensdk.retry.RetryPolicyBuilder
Note, this option and RetryPolicyBuilder.backoffStrategy(BackoffStrategy) are mutually exclusive settings.

G

getConnectionConfiguration() - Method in class com.amazonaws.opensdk.internal.config.ApiGatewayClientConfiguration
 
getConnectionMaxIdleMillis() - Method in class com.amazonaws.opensdk.config.ConnectionConfiguration
Returns an Optional which contains the maximum amount of time that an idle connection may sit in the connection pool and still be eligible for reuse.
getConnectionTimeout() - Method in class com.amazonaws.opensdk.config.TimeoutConfiguration
Returns the amount of time to wait (in milliseconds) when initially establishing a connection before giving up and timing out.
getConnectionTTL() - Method in class com.amazonaws.opensdk.config.ConnectionConfiguration
Returns an Optional that contains the expiration time (in milliseconds) for a connection in the connection pool.
getContentType() - Method in class com.amazonaws.opensdk.protect.protocol.ApiGatewayProtocolFactoryImpl
 
getCredentials() - Method in class com.amazonaws.opensdk.protect.client.SdkSyncClientParams
 
getCustomHeaders() - Method in class com.amazonaws.opensdk.SdkRequestConfig
getCustomQueryParams() - Method in class com.amazonaws.opensdk.SdkRequestConfig
getDefaultConfig() - Method in class com.amazonaws.opensdk.internal.config.ApiGatewayClientConfigurationFactory
 
getHttpRequestTimeout() - Method in class com.amazonaws.opensdk.config.TimeoutConfiguration
Returns the amount of time to wait (in milliseconds) for a HTTP request to complete before giving up and timing out.
getHttpRequestTimeout() - Method in class com.amazonaws.opensdk.SdkRequestConfig
getInRegionOptimizedConfig() - Method in class com.amazonaws.opensdk.internal.config.ApiGatewayClientConfigurationFactory
 
getMaxConnections() - Method in class com.amazonaws.opensdk.config.ConnectionConfiguration
Returns an Optional that contains the maximum number of allowed open HTTP connections.
getMessage() - Method in interface com.amazonaws.opensdk.internal.BaseException
 
getNonProxyHosts() - Method in class com.amazonaws.opensdk.config.ProxyConfiguration
Returns the optional hosts the client will access without going through the proxy.
getProtocol() - Method in class com.amazonaws.opensdk.config.ProxyConfiguration
Returns the protocol (HTTP or HTTPS) to use when connecting through proxy.
getProxyConfiguration() - Method in class com.amazonaws.opensdk.internal.config.ApiGatewayClientConfiguration
Returns an Optional object of type ProxyConfiguration that has the proxy options for the client.
getProxyDomain() - Method in class com.amazonaws.opensdk.config.ProxyConfiguration
Returns the optional Windows domain name for configuring an NTLM proxy.
getProxyHost() - Method in class com.amazonaws.opensdk.config.ProxyConfiguration
Returns the optional proxy host the client will connect through.
getProxyPassword() - Method in class com.amazonaws.opensdk.config.ProxyConfiguration
Returns the optional proxy password to use if connecting through a proxy.
getProxyPort() - Method in class com.amazonaws.opensdk.config.ProxyConfiguration
Returns either the proxyPort set on this object, or if not provided, checks the value of the Java system property for proxy port according to ProxyConfiguration.getProtocol(): i.e.
getProxyUsername() - Method in class com.amazonaws.opensdk.config.ProxyConfiguration
Returns the optional proxy user name to use if connecting through a proxy.
getProxyWorkstation() - Method in class com.amazonaws.opensdk.config.ProxyConfiguration
Returns the optional Windows workstation name for configuring NTLM proxy support.
getSigner(SignerProviderContext) - Method in class com.amazonaws.opensdk.internal.auth.SignerProviderAdapter
 
getSigner(Class<? extends RequestSigner>) - Method in interface com.amazonaws.opensdk.protect.auth.RequestSignerProvider
 
getSigner(Class<? extends RequestSigner>) - Method in class com.amazonaws.opensdk.protect.auth.RequestSignerRegistry
 
getSocketTimeout() - Method in class com.amazonaws.opensdk.config.TimeoutConfiguration
Returns the amount of time to wait (in milliseconds) for data to be transferred over an established, open connection before the connection times out and is closed.
getTimeoutConfiguration() - Method in class com.amazonaws.opensdk.internal.config.ApiGatewayClientConfiguration
Returns an Optional object of type TimeoutConfiguration that contains the customizations for the various timeouts used by the client.
getTotalExecutionTimeout() - Method in class com.amazonaws.opensdk.config.TimeoutConfiguration
Returns the amount of time (in milliseconds) to allow the client to complete the execution of an API call.
getTotalExecutionTimeout() - Method in class com.amazonaws.opensdk.SdkRequestConfig

H

handle(HttpResponse) - Method in class com.amazonaws.opensdk.internal.protocol.ApiGatewayErrorResponseHandler
 
handle(HttpResponse) - Method in class com.amazonaws.opensdk.internal.protocol.ApiGatewayResponseHandler
 
header(String, String) - Method in class com.amazonaws.opensdk.model.RawRequest
Set a header value for the underlying HTTP request.
header(String) - Method in class com.amazonaws.opensdk.model.RawResult
Get a header value from the underlying HTTP response.
header(String) - Method in class com.amazonaws.opensdk.SdkErrorHttpMetadata
Get a specific header from the error response.
header(String) - Method in class com.amazonaws.opensdk.SdkResponseMetadata
Get a specific header from the HTTP response.
HEADER_REQUEST_ID - Static variable in class com.amazonaws.opensdk.SdkResponseMetadata
 
httpMethod() - Method in class com.amazonaws.opensdk.model.RawRequest
 
httpMethod(HttpMethodName) - Method in class com.amazonaws.opensdk.model.RawRequest
Set the HTTP method to perform against the configured resouce.
httpRequestTimeout(Integer) - Method in class com.amazonaws.opensdk.config.TimeoutConfiguration
Sets the amount of time to wait (in milliseconds) for a single HTTP request to complete before giving up and timing out.
httpRequestTimeout(int) - Method in class com.amazonaws.opensdk.SdkRequestConfig.Builder
Sets the amount of time to wait (in milliseconds) for a single HTTP request to complete before giving up and timing out.
httpStatusCode() - Method in class com.amazonaws.opensdk.SdkErrorHttpMetadata
 
httpStatusCode() - Method in class com.amazonaws.opensdk.SdkResponseMetadata
 

I

IamRequestSigner - Interface in com.amazonaws.opensdk.protect.auth
An interface used to represent the default AWS RequestSigner (typically AWS4Signer) used for requests that require IAM authorization
IamSignerFactory - Class in com.amazonaws.opensdk.internal.auth
 
IamSignerFactory(String) - Constructor for class com.amazonaws.opensdk.internal.auth.IamSignerFactory
 
isPreemptiveBasicProxyAuth() - Method in class com.amazonaws.opensdk.config.ProxyConfiguration
Returns whether to attempt to authenticate preemptively against proxy servers using basic authentication.
isUseReaper() - Method in class com.amazonaws.opensdk.config.ConnectionConfiguration
Checks if the IdleConnectionReaper is to be started.

M

maxConnections(int) - Method in class com.amazonaws.opensdk.config.ConnectionConfiguration
Sets the maximum number of allowed open HTTP connections.
maxNumberOfRetries(int) - Method in class com.amazonaws.opensdk.retry.RetryPolicyBuilder
The default value for max number of retries is .

N

needsConnectionLeftOpen() - Method in class com.amazonaws.opensdk.internal.protocol.ApiGatewayErrorResponseHandler
 
needsConnectionLeftOpen() - Method in class com.amazonaws.opensdk.internal.protocol.ApiGatewayResponseHandler
 
nonProxyHosts(String) - Method in class com.amazonaws.opensdk.config.ProxyConfiguration
Set the optional hosts the client will access without going through the proxy.

P

path() - Method in class com.amazonaws.opensdk.model.RawRequest
 
path(String) - Method in class com.amazonaws.opensdk.model.RawRequest
Set the path to the resource.
payload(InputStream) - Method in class com.amazonaws.opensdk.model.RawRequest
Set a payload for the underlying HTTP request.
payload() - Method in class com.amazonaws.opensdk.model.RawRequest
 
preemptiveBasicProxyAuth(boolean) - Method in class com.amazonaws.opensdk.config.ProxyConfiguration
Sets whether to attempt to authenticate preemptively against proxy servers using basic authentication.
protocol(Protocol) - Method in class com.amazonaws.opensdk.config.ProxyConfiguration
Sets the protocol (i.e.
ProxyConfiguration - Class in com.amazonaws.opensdk.config
Options to route the request through a proxy.
ProxyConfiguration() - Constructor for class com.amazonaws.opensdk.config.ProxyConfiguration
 
proxyConfiguration(ProxyConfiguration) - Method in class com.amazonaws.opensdk.internal.config.ApiGatewayClientConfiguration
Sets the proxy configuration of a client.
proxyConfiguration(ProxyConfiguration) - Method in class com.amazonaws.opensdk.protect.client.SdkSyncClientBuilder
Sets the optional proxy configuration of a client.
proxyDomain(String) - Method in class com.amazonaws.opensdk.config.ProxyConfiguration
Sets the optional Windows domain name for configuration an NTLM proxy.
proxyHost(String) - Method in class com.amazonaws.opensdk.config.ProxyConfiguration
Sets the optional proxy host the client will connect through.
proxyPassword(String) - Method in class com.amazonaws.opensdk.config.ProxyConfiguration
Sets the optional proxy password to use when connecting through a proxy.
proxyPort(int) - Method in class com.amazonaws.opensdk.config.ProxyConfiguration
Sets the proxy port the client will connect through.
proxyUsername(String) - Method in class com.amazonaws.opensdk.config.ProxyConfiguration
Sets the optional proxy user name to use if connecting through a proxy.
proxyWorkstation(String) - Method in class com.amazonaws.opensdk.config.ProxyConfiguration
Sets the optional Windows workstation name for configuring NTLM proxy support.

Q

queryParameter(String, String) - Method in class com.amazonaws.opensdk.model.RawRequest
Set a query parameter value for the underlying HTTP request.

R

RawRequest - Class in com.amazonaws.opensdk.model
Low level request class for accessing the service resources.
RawRequest() - Constructor for class com.amazonaws.opensdk.model.RawRequest
 
RawResult - Class in com.amazonaws.opensdk.model
Corresponding result class for RawRequest.
RawResult() - Constructor for class com.amazonaws.opensdk.model.RawResult
 
register(RequestSigner, Class<? extends RequestSigner>) - Method in class com.amazonaws.opensdk.protect.auth.RequestSignerRegistry
Register an requestSigner
requestId() - Method in class com.amazonaws.opensdk.SdkErrorHttpMetadata
 
requestId() - Method in class com.amazonaws.opensdk.SdkResponseMetadata
 
RequestSignerAware - Interface in com.amazonaws.opensdk.protect.auth
 
RequestSignerNotFoundException - Exception in com.amazonaws.opensdk.protect.auth
 
RequestSignerNotFoundException(Class) - Constructor for exception com.amazonaws.opensdk.protect.auth.RequestSignerNotFoundException
 
RequestSignerProvider - Interface in com.amazonaws.opensdk.protect.auth
 
RequestSignerRegistry - Class in com.amazonaws.opensdk.protect.auth
Hold references to all of the available RequestSigners and can retrieve a RequestSigner implementation of a given type (if it exists in the registry)
RequestSignerRegistry() - Constructor for class com.amazonaws.opensdk.protect.auth.RequestSignerRegistry
 
responseContent() - Method in class com.amazonaws.opensdk.SdkErrorHttpMetadata
 
ResultContentConsumer - Interface in com.amazonaws.opensdk.model
 
retryOnExceptions(Class<? extends Exception>...) - Method in class com.amazonaws.opensdk.retry.RetryPolicyBuilder
 
retryOnStatusCodes(int...) - Method in class com.amazonaws.opensdk.retry.RetryPolicyBuilder
 
retryPolicy(RetryPolicy) - Method in class com.amazonaws.opensdk.protect.client.SdkSyncClientBuilder
Sets a custom retry policy to use in the event of an error.
RetryPolicyBuilder - Class in com.amazonaws.opensdk.retry
Fluent builder to construct a RetryPolicy implementation.

S

SdkClientHandler - Class in com.amazonaws.opensdk.protect.client
Client handler for Open SDK generated clients.
SdkClientHandler(ClientHandlerParams) - Constructor for class com.amazonaws.opensdk.protect.client.SdkClientHandler
 
SdkErrorHttpMetadata - Class in com.amazonaws.opensdk
Metadata about the HTTP error response.
SdkErrorHttpMetadata(SdkHttpMetadata, byte[]) - Constructor for class com.amazonaws.opensdk.SdkErrorHttpMetadata
 
sdkHttpMetadata(SdkErrorHttpMetadata) - Method in interface com.amazonaws.opensdk.internal.BaseException
 
sdkHttpMetadata() - Method in interface com.amazonaws.opensdk.internal.BaseException
 
sdkRequestConfig() - Method in class com.amazonaws.opensdk.BaseRequest
 
sdkRequestConfig(SdkRequestConfig) - Method in class com.amazonaws.opensdk.BaseRequest
Set the configuration for this request.
sdkRequestConfig(SdkRequestConfig) - Method in class com.amazonaws.opensdk.model.RawRequest
Set the configuration for this request.
sdkRequestConfig() - Method in class com.amazonaws.opensdk.model.RawRequest
 
SdkRequestConfig - Class in com.amazonaws.opensdk
Configuration scoped to the request level.
SdkRequestConfig.Builder - Class in com.amazonaws.opensdk
Interface for building a SdkRequestConfig object.
sdkResponseMetadata() - Method in class com.amazonaws.opensdk.BaseResult
 
sdkResponseMetadata(SdkResponseMetadata) - Method in class com.amazonaws.opensdk.BaseResult
 
SdkResponseMetadata - Class in com.amazonaws.opensdk
Metadata from the HTTP response.
SdkResponseMetadata(SdkHttpMetadata) - Constructor for class com.amazonaws.opensdk.SdkResponseMetadata
 
SdkSyncClientBuilder<Subclass extends SdkSyncClientBuilder,TypeToBuild> - Class in com.amazonaws.opensdk.protect.client
Base class for all Open SDK client builders.
SdkSyncClientBuilder(ClientConfigurationFactory) - Constructor for class com.amazonaws.opensdk.protect.client.SdkSyncClientBuilder
 
SdkSyncClientParams - Class in com.amazonaws.opensdk.protect.client
 
SdkSyncClientParams() - Constructor for class com.amazonaws.opensdk.protect.client.SdkSyncClientParams
 
setApiKey(String) - Method in class com.amazonaws.opensdk.protect.client.SdkSyncClientBuilder
 
setConnectionConfiguration(ConnectionConfiguration) - Method in class com.amazonaws.opensdk.internal.config.ApiGatewayClientConfiguration
Sets various options related to the http connection pool and connections.
setConnectionConfiguration(ConnectionConfiguration) - Method in class com.amazonaws.opensdk.protect.client.SdkSyncClientBuilder
Sets various optional options related to the http connection pool and connections.
setConnectionMaxIdleMillis(Long) - Method in class com.amazonaws.opensdk.config.ConnectionConfiguration
Sets the maximum amount of time that an idle connection may sit in the connection pool and still be eligible for reuse.
setConnectionTimeout(Integer) - Method in class com.amazonaws.opensdk.config.TimeoutConfiguration
Sets the amount of time to wait (in milliseconds) when initially establishing a connection before giving up and timing out.
setConnectionTTL(Long) - Method in class com.amazonaws.opensdk.config.ConnectionConfiguration
Sets the expiration time (in milliseconds) for a connection in the connection pool.
setEndpoint(String) - Method in class com.amazonaws.opensdk.protect.client.SdkSyncClientBuilder
 
setHttpRequestTimeout(Integer) - Method in class com.amazonaws.opensdk.config.TimeoutConfiguration
Sets the amount of time to wait (in milliseconds) for a single HTTP request to complete before giving up and timing out.
setIamCredentials(AWSCredentialsProvider) - Method in class com.amazonaws.opensdk.protect.client.SdkSyncClientBuilder
 
setIamRegion(String) - Method in class com.amazonaws.opensdk.protect.client.SdkSyncClientBuilder
 
setMaxConnections(Integer) - Method in class com.amazonaws.opensdk.config.ConnectionConfiguration
Sets the maximum number of allowed open HTTP connections.
setMessage(String) - Method in interface com.amazonaws.opensdk.internal.BaseException
 
setNonProxyHosts(String) - Method in class com.amazonaws.opensdk.config.ProxyConfiguration
Set the optional hosts the client will access without going through the proxy.
setPreemptiveBasicProxyAuth(Boolean) - Method in class com.amazonaws.opensdk.config.ProxyConfiguration
Sets whether to attempt to authenticate preemptively against proxy servers using basic authentication.
setProtocol(Protocol) - Method in class com.amazonaws.opensdk.config.ProxyConfiguration
Sets the protocol (i.e.
setProxyConfiguration(ProxyConfiguration) - Method in class com.amazonaws.opensdk.internal.config.ApiGatewayClientConfiguration
Sets the proxy configuration of a client.
setProxyConfiguration(ProxyConfiguration) - Method in class com.amazonaws.opensdk.protect.client.SdkSyncClientBuilder
Sets the optional proxy configuration of a client.
setProxyDomain(String) - Method in class com.amazonaws.opensdk.config.ProxyConfiguration
Sets the optional Windows domain name for configuration an NTLM proxy.
setProxyHost(String) - Method in class com.amazonaws.opensdk.config.ProxyConfiguration
Sets the optional proxy host the client will connect through.
setProxyPassword(String) - Method in class com.amazonaws.opensdk.config.ProxyConfiguration
Sets the optional proxy password to use when connecting through a proxy.
setProxyPort(Integer) - Method in class com.amazonaws.opensdk.config.ProxyConfiguration
Sets the proxy port the client will connect through.
setProxyUsername(String) - Method in class com.amazonaws.opensdk.config.ProxyConfiguration
Sets the optional proxy user name to use if connecting through a proxy.
setProxyWorkstation(String) - Method in class com.amazonaws.opensdk.config.ProxyConfiguration
Sets the optional Windows workstation name for configuring NTLM proxy support.
setRetryPolicy(RetryPolicy) - Method in class com.amazonaws.opensdk.protect.client.SdkSyncClientBuilder
Sets a custom retry policy to use in the event of an error.
setSocketTimeout(Integer) - Method in class com.amazonaws.opensdk.config.TimeoutConfiguration
Sets the amount of time to wait (in milliseconds) for data to be transferred over an established, open connection before the connection times out and is closed.
setTimeoutConfiguration(TimeoutConfiguration) - Method in class com.amazonaws.opensdk.internal.config.ApiGatewayClientConfiguration
Sets the various timeouts used by the client.
setTimeoutConfiguration(TimeoutConfiguration) - Method in class com.amazonaws.opensdk.protect.client.SdkSyncClientBuilder
Sets the optional timeouts used by the client.
setTotalExecutionTimeout(Integer) - Method in class com.amazonaws.opensdk.config.TimeoutConfiguration
Sets the amount of time (in milliseconds) to allow the client to complete the execution of an API call.
setUseReaper(Boolean) - Method in class com.amazonaws.opensdk.config.ConnectionConfiguration
Sets whether the IdleConnectionReaper is to be started as a daemon thread.
shutdown() - Method in class com.amazonaws.opensdk.protect.client.SdkClientHandler
 
signer(RequestSigner, Class<? extends RequestSigner>) - Method in class com.amazonaws.opensdk.protect.client.SdkSyncClientBuilder
 
signerFactory() - Method in class com.amazonaws.opensdk.protect.client.SdkSyncClientBuilder
 
SignerProviderAdapter - Class in com.amazonaws.opensdk.internal.auth
 
SignerProviderAdapter(RequestSignerProvider) - Constructor for class com.amazonaws.opensdk.internal.auth.SignerProviderAdapter
 
signerType() - Method in interface com.amazonaws.opensdk.protect.auth.RequestSignerAware
 
socketTimeout(Integer) - Method in class com.amazonaws.opensdk.config.TimeoutConfiguration
Sets the amount of time to wait (in milliseconds) for data to be transferred over an established, open connection before the connection times out and is closed.
standard() - Static method in class com.amazonaws.opensdk.retry.RetryPolicyBuilder
 
statusCode() - Method in class com.amazonaws.opensdk.model.RawResult
 

T

TimeoutConfiguration - Class in com.amazonaws.opensdk.config
Configuration options to customize the various timeouts used by the client.
TimeoutConfiguration() - Constructor for class com.amazonaws.opensdk.config.TimeoutConfiguration
 
timeoutConfiguration(TimeoutConfiguration) - Method in class com.amazonaws.opensdk.internal.config.ApiGatewayClientConfiguration
Sets the various timeouts used by the client.
timeoutConfiguration(TimeoutConfiguration) - Method in class com.amazonaws.opensdk.protect.client.SdkSyncClientBuilder
Sets the optional timeouts used by the client.
totalExecutionTimeout(Integer) - Method in class com.amazonaws.opensdk.config.TimeoutConfiguration
Sets the amount of time (in milliseconds) to allow the client to complete the execution of an API call.
totalExecutionTimeout(int) - Method in class com.amazonaws.opensdk.SdkRequestConfig.Builder
Sets the amount of time (in milliseconds) to allow the client to complete the execution of an API call.

U

unmarshall(JsonNode) - Method in class com.amazonaws.opensdk.internal.protocol.ApiGatewayErrorUnmarshaller
 
useReaper(boolean) - Method in class com.amazonaws.opensdk.config.ConnectionConfiguration
Sets whether the IdleConnectionReaper is to be started as a daemon thread.
A B C D E F G H I M N P Q R S T U 
Skip navigation links

Copyright © 2020. All rights reserved.