Deprecated Methods |
com.amazonaws.RequestClientOptions.addClientMarker(String)
by RequestClientOptions.appendUserAgent(String) .
This method is intended only for internal use by the AWS SDK.
Adds a "USER_AGENT" client marker, if it wasn't already present. |
com.amazonaws.services.s3.transfer.Transfer.addProgressListener(ProgressListener)
Replaced by Transfer.addProgressListener(ProgressListener) |
com.amazonaws.AmazonWebServiceClient.addRequestHandler(RequestHandler)
by AmazonWebServiceClient.addRequestHandler(RequestHandler2) .
Appends a request handler to the list of registered handlers that are run
as part of a request's lifecycle. |
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.convertToHttpRequest(Request, HttpMethodName)
|
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.elasticmapreduce.AmazonElasticMapReduceClient.describeJobFlows()
|
com.amazonaws.services.elasticmapreduce.AmazonElasticMapReduce.describeJobFlows()
|
com.amazonaws.services.elasticmapreduce.AmazonElasticMapReduceClient.describeJobFlows(DescribeJobFlowsRequest)
|
com.amazonaws.services.elasticmapreduce.AmazonElasticMapReduce.describeJobFlows(DescribeJobFlowsRequest)
|
com.amazonaws.services.elasticmapreduce.AmazonElasticMapReduceAsyncClient.describeJobFlowsAsync(DescribeJobFlowsRequest)
|
com.amazonaws.services.elasticmapreduce.AmazonElasticMapReduceAsync.describeJobFlowsAsync(DescribeJobFlowsRequest)
|
com.amazonaws.util.DateUtils.formatIso8601Date(Date)
by the more efficient static method DateUtils.formatISO8601Date(Date) |
com.amazonaws.util.DateUtils.formatRfc822Date(Date)
by the more efficient static method DateUtils.formatRFC822Date(Date) |
com.amazonaws.services.s3.model.SetBucketNotificationConfigurationRequest.getBucket()
Use getBucketName() instead. |
com.amazonaws.services.s3.model.GenericBucketRequest.getBucket()
Use getBucketName() instead. |
com.amazonaws.services.s3.model.SetBucketNotificationConfigurationRequest.getBucketNotificationConfiguration()
Use getNotificationConfiguration() instead. |
com.amazonaws.services.s3.model.ProgressEvent.getBytesTransfered()
Replaced by ProgressEvent.getBytesTransferred() |
com.amazonaws.services.s3.transfer.TransferProgress.getBytesTransfered()
Replaced by TransferProgress.getBytesTransferred() |
com.amazonaws.RequestClientOptions.getClientMarker()
by RequestClientOptions.getClientMarker(Marker) .
This method is intended only for internal use by the AWS SDK.
Returns the "USER_AGENT" marker as a space-delimited string. |
com.amazonaws.util.TimingInfo.getElapsedTimeMillis()
|
com.amazonaws.util.TimingInfo.getEndEpochTimeMilli()
|
com.amazonaws.util.TimingInfo.getEndTime()
|
com.amazonaws.services.s3.transfer.TransferProgress.getPercentTransfered()
Replaced by TransferProgress.getPercentTransferred() |
com.amazonaws.services.s3.model.UploadPartRequest.getProgressListener()
use UploadPartRequest.getGeneralProgressListener() instead. |
com.amazonaws.services.s3.model.PutObjectRequest.getProgressListener()
use PutObjectRequest.getGeneralProgressListener() instead. |
com.amazonaws.services.s3.model.GetObjectRequest.getProgressListener()
use GetObjectRequest.getGeneralProgressListener() instead. |
com.amazonaws.services.s3.model.ObjectMetadata.getServerSideEncryption()
Replaced by ObjectMetadata.getSSEAlgorithm() |
com.amazonaws.AmazonWebServiceClient.getServiceAbbreviation()
by AmazonWebServiceClient.getServiceName() . |
com.amazonaws.util.TimingInfo.getStartEpochTimeMilli()
|
com.amazonaws.util.TimingInfo.getStartTime()
|
com.amazonaws.util.TimingInfo.getTimeTakenMillis()
|
com.amazonaws.regions.RegionUtils.init()
in favor of RegionUtils.initialize() |
com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.marshallIntoObject(Class, Map)
as an extension point for adding custom unmarshalling |
com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.marshallIntoObjects(Class, List
as an extension point for adding custom unmarshalling |
com.amazonaws.util.DateUtils.parseCompressedIso8601Date(String)
by the more efficient static method DateUtils.parseCompressedISO8601Date(String) |
com.amazonaws.util.DateUtils.parseIso8601Date(String)
by the more efficient static method DateUtils.parseISO8601Date(String) |
com.amazonaws.regions.RegionMetadataParser.parseRegionMetadata(InputStream)
in favor of RegionMetadataParser.parse(InputStream) |
com.amazonaws.regions.RegionMetadataParser.parseRegionMetadata(InputStream, boolean)
in favor of RegionMetadataParser.parse(InputStream) |
com.amazonaws.util.AwsHostNameUtils.parseRegionName(URI)
in favor of AwsHostNameUtils.parseRegionName(String, String) . |
com.amazonaws.util.DateUtils.parseRfc822Date(String)
by the more efficient static method DateUtils.parseRFC822Date(String) |
com.amazonaws.util.AwsHostNameUtils.parseServiceName(URI)
because it's no longer needed by the SDK, and therefore not
maintained. |
com.amazonaws.services.s3.transfer.Transfer.removeProgressListener(ProgressListener)
Replaced by Transfer.removeProgressListener(ProgressListener) |
com.amazonaws.services.s3.model.SetBucketNotificationConfigurationRequest.setBucket(String)
Use setBucketName(String) instead. |
com.amazonaws.services.s3.model.SetBucketNotificationConfigurationRequest.setBucketNotificationConfiguration(BucketNotificationConfiguration)
Use setNotificationConfiguration(BucketNotificationConfiguration) instead. |
com.amazonaws.services.s3.model.ProgressEvent.setBytesTransfered(int)
Replaced by #setBytesTransferred() |
com.amazonaws.AmazonWebServiceClient.setConfiguration(ClientConfiguration)
by client configuration via the constructor.
This method will be removed later on. |
com.amazonaws.AmazonWebServiceClient.setEndpoint(String, String, String)
|
com.amazonaws.util.TimingInfo.setEndTime(long)
|
com.amazonaws.services.s3.model.UploadPartRequest.setProgressListener(ProgressListener)
use UploadPartRequest.setGeneralProgressListener(ProgressListener) instead. |
com.amazonaws.services.s3.model.PutObjectRequest.setProgressListener(ProgressListener)
use PutObjectRequest.setGeneralProgressListener(ProgressListener) instead. |
com.amazonaws.services.s3.model.GetObjectRequest.setProgressListener(ProgressListener)
use GetObjectRequest.setGeneralProgressListener(ProgressListener)
instead. |
com.amazonaws.services.s3.model.ObjectMetadata.setServerSideEncryption(String)
Replaced by #setSSEAlgorithm(String)) |
com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.transformAttributes(Class>, Map)
in favor of AttributeTransformer |
com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.transformAttributes(String, String, Map)
in favor of AttributeTransformer |
com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.untransformAttributes(Class>, Map)
in favor of AttributeTransformer |
com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.untransformAttributes(String, String, Map)
in favor of AttributeTransformer |
com.amazonaws.services.s3.model.UploadPartRequest.withProgressListener(ProgressListener)
use UploadPartRequest.withGeneralProgressListener(ProgressListener) instead. |
com.amazonaws.services.s3.model.PutObjectRequest.withProgressListener(ProgressListener)
use PutObjectRequest.withGeneralProgressListener(ProgressListener) instead. |
com.amazonaws.services.s3.model.GetObjectRequest.withProgressListener(ProgressListener)
use GetObjectRequest.withGeneralProgressListener(ProgressListener)
instead. |