are listed in the CHANGELOG-1.11.x.md file. * Returns true if a failed request should be retried. Automatically uses IAM Instance Profile Credentials on configured Amazon * The name of the region. * get access to AWS request IDs for responses, individual requests and parameters sent to AWS. "Request endpoint must have a valid hostname, but it did not: ", * Calculate the hash of the request's payload. If we get a 307, we'll point the HTTP method to the redirected location. * Methods for a given interceptor are executed in a predictable order, each receiving the information that is known about the. reliability by using multi-threaded Amazon S3 multipart calls. Once a client. This field is typically null. Signing the payload by chunk-encoding). Else returns null. * @return The potentially-modified SDK response that should be returned by the client.
aws-sdk-java/HttpResponse.java at master - Github * {@link SDKGlobalConfiguration#AWS_EC2_METADATA_DISABLED_SYSTEM_PROPERTY} to 'true' (not case sensitive). * Overrides the default endpoint for this client. EC2 instances. * Licensed under the Apache License, Version 2.0 (the "License"). This directory structure should suffice as a JAVA_HOME path for standard Java applications.. Usage. // don't pause if the retry was not due to a redirection (I.E. * Make input stream resettable if possible. // If the retry policy fails we immediately return consumed capacity to the pool.
aws-sdk-java/AwsProfileRegionProvider.java at master - Github Are you sure you want to create this branch? * Returns the client specific request metric collector if there is one; or. * add the service endpoint to the logs.
IKVM - Java Virtual Machine for .NET - Github * By default, the {@link DefaultAWSCredentialsProviderChain} is used. credentials. Sign up for free to join this conversation on GitHub. * request are the first interceptors to touch the response.
aws-sdk-java/DefaultAwsRegionProviderChain.java at master - Github * according to the order described above. If no custom, * request metric collector has previously been specified via, * {@link #setMetricCollector(MetricCollector)} and the, * {@link SDKGlobalConfiguration#DEFAULT_METRICS_SYSTEM_PROPERTY} has been set, then this method, * will initialize and return the default metric collector provided by the, * This method should never be called by anyone except the JMX MBean used, * Sets the metric collector to be used by the AWS SDK, and stop the. It is possible that the HTTP client could further modify the request, so debug-. If the endpoint property is updated directly then the method doing that update. * Timer to enforce HTTP request timeouts. * Sets the host name for generating per-host level metrics. Contribute to aws/aws-sdk-java development by creating an account on GitHub. * Returns true if HttpSocketReadMetric is enabled; false otherwise. * should also be set to 'true' within the same synchronized block of code. * specify it in the {@link ClientConfiguration} supplied at construction. Are you sure you want to create this branch? This is useful for transferring data that may be stored thread-locally into the execution's. AWS SDK for Java 2.x that fully supports Java 8, Java 11, and Java 17 Long-Term Support(LTS) releases. * Logger for more detailed debugging information, that might not be as useful for end users, * Logger providing detailed information on requests/responses. To run the SDK you will need Java 1.7+. * method to control which AWS region they want to work with. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. * @param content Input stream to monitor progress for. * Convenient method to end the client execution without logging the, * Common routine to end a client AWS request/response execution and collect, * the request metrics. See the License for the specific language governing. // have to have it in the request by the time we sign. * is internal and should be used only for testing purposes. * Executes the request with the given configuration. * provider to make use of the given credential file. * also be enabled programmatically via {@link #enableDefaultMetrics()}. * @return True if the failed request should be retried. If the {@link RetryPolicy} determines. * Returns the credentials from the execution if exists. * True if per-host metrics is to be included; false if per-host metrics is, * to be excluded when {@link #hostMetricName} is not specified. Amazon DynamoDB Object Mapper - Uses Plain Old Java Object (POJOs) to store and retrieve Amazon *
{@link #beforeExecution} - Read the request before it is modified by other interceptors., *
{@link #modifyRequest} - Modify the request object before it is marshalled into an HTTP request., *
{@link #beforeMarshalling} - Read the request that has potentially been modified by other request interceptors before, * it is marshalled into an HTTP request., *
{@link #afterMarshalling} - Read the HTTP request after it is created and before it can be modified by other, * {@link #modifyHttpRequest} - Modify the HTTP request object before it is transmitted., *
{@link #beforeTransmission} - Read the HTTP request that has potentially been modified by other request interceptors, * {@link #afterTransmission} - Read the HTTP response after it is received and before it can be modified by other, * {@link #modifyHttpResponse} - Modify the HTTP response object before it is unmarshalled., *
{@link #beforeUnmarshalling} - Read the HTTP response that has potentially been modified by other request interceptors, * {@link #afterUnmarshalling} - Read the response after it is created and before it can be modified by other, * {@link #modifyResponse} - Modify the response object before before it is returned to the client., *
{@link #afterExecution} - Read the response that has potentially been modified by other request interceptors., * An additional {@link #onExecutionFailure} method is provided that is invoked if an execution fails at any point during the. * @deprecated Use {@link #requestExecutionBuilder()} to configure and execute a HTTP request. * host name for generating per-host level metrics; or, * null or blank if the host is to be automatically detected via, * Used as a registry for the predefined metrics to be captured by the. Already have an account?