com.amazonaws.RequestClientOptions.addClientMarker(String)
|
com.amazonaws.AmazonWebServiceClient.addRequestHandler(RequestHandler)
|
com.amazonaws.AmazonWebServiceClient.configSigner(String, String)
this method is now a no-op, as overriding the signer from
sublcass is no longer supported.
|
com.amazonaws.AmazonWebServiceClient.configSigner(URI)
this method is now a no-op, as overriding the signer from
sublcass is no longer supported.
|
com.amazonaws.AmazonWebServiceClient.createExecutionContext()
by AmazonWebServiceClient.createExecutionContext(AmazonWebServiceRequest) .
This method exists only for backward compatiblity reason, so
that clients compiled against the older version of this class
won't get NoSuchMethodError at runtime. However,
calling this methods would effectively ignore and disable the
request metric collector, if any, specified at the request
level. Request metric collector specified at the service
client or AWS SDK level will still be honored.
|
com.amazonaws.services.securitytoken.AWSSecurityTokenServiceClient.getCachedResponseMetadata(AmazonWebServiceRequest)
ResponseMetadata cache can hold up to 50 requests and
responses in memory and will cause memory issue. This method
now always returns null.
|
com.amazonaws.services.cognitoidentity.AmazonCognitoIdentityClient.getCachedResponseMetadata(AmazonWebServiceRequest)
ResponseMetadata cache can hold up to 50 requests and
responses in memory and will cause memory issue. This method
now always returns null.
|
com.amazonaws.RequestClientOptions.getClientMarker()
|
com.amazonaws.AmazonWebServiceRequest.getDelegationToken()
Pass a AWSSessionCredentials to
your client constructor instead. Note the delegationToken methods do not
work for services other than s3.
|
com.amazonaws.util.TimingInfo.getElapsedTimeMillis() |
com.amazonaws.util.TimingInfo.getEndEpochTimeMilli() |
com.amazonaws.util.TimingInfo.getEndTime() |
com.amazonaws.http.AmazonHttpClient.getResponseMetadataForRequest(AmazonWebServiceRequest)
ResponseMetadata cache can hold up to 50 requests and
responses in memory and will cause memory issue. This method
now always returns null.
|
com.amazonaws.AmazonWebServiceClient.getServiceAbbreviation()
|
com.amazonaws.util.TimingInfo.getStartEpochTimeMilli() |
com.amazonaws.util.TimingInfo.getStartTime() |
com.amazonaws.util.TimingInfo.getTimeTakenMillis() |
com.amazonaws.regions.RegionMetadataParser.parseRegionMetadata(InputStream)
|
com.amazonaws.regions.RegionMetadataParser.parseRegionMetadata(InputStream, boolean)
|
com.amazonaws.util.AwsHostNameUtils.parseRegionName(URI)
|
com.amazonaws.util.AwsHostNameUtils.parseServiceName(URI)
because it's no longer needed by the SDK, and therefore not
maintained.
|
com.amazonaws.http.JsonResponseHandler.registerAdditionalMetadataExpressions(JsonUnmarshallerContext) |
com.amazonaws.AmazonWebServiceClient.setConfiguration(ClientConfiguration)
by client configuration via the constructor.
This method will be removed later on.
|
com.amazonaws.AmazonWebServiceRequest.setDelegationToken(String)
Pass a AWSSessionCredentials to
your client constructor instead. Note the delegationToken methods do not
work for services other than s3.
|
com.amazonaws.AmazonWebServiceClient.setEndpoint(String, String, String) |
com.amazonaws.util.TimingInfo.setEndTime(long) |