User guide

Code Samples
Demonstrates how to make basic requests to
Amazon DynamoDB.
AmazonDynamoDB
Contains a number of 'quickstart' samples for Dy-
namoDB, including:
how to create a DynamoDB table with an LSI
and GSI that can be accessed via a combination
of hash keys and range keys.
how to add items to a table.
how to get items from a table.
how to query items on a table.
how to scan items from a table using a filter ex-
pression.
how to update items on a table.
how to get items from a table in a batch.
how to write items to a table in a batch.
how to delete a table.
AmazonDynamoDBDocumentAPI
Demonstrates persistent vs. one-time spot re-
quests, launch groups, and availability groups.
AmazonEC2SpotInstances-Advanced
Demonstrates how to set up requests for EC2 spot
instances, how to determine when they have com-
pleted, and how to clean up afterwards.
AmazonEC2SpotInstances-GettingStarted
Demonstrates how to create, list, add records to,
and delete an Amazon Kinesis stream.
AmazonKinesis
A complete sample application using Amazon Kin-
esis.
AmazonKinesisApplication
Demonstrates how to make basic requests to
Amazon S3 using the AWS SDK for Java.
AmazonS3
Demonstrates how to track transfer progress for
uploads to Amazon S3 using the AWS SDK for
Java.
AmazonS3TransferProgress
Demonstrates how to send email using the Amazon
SES JavaMail provider from the AWS SDK for
Java.
AmazonSimpleEmailService
Demonstrates how to make basic requests to
Amazon SQS using the AWS SDK for Java.
AmazonSimpleQueueService
Demonstrates how to make basic requests to AWS
CloudFormation using the AWS SDK for Java.
AwsCloudFormation
Demonstrates how to make basic requests to mul-
tiple services using the AWS SDK for Java.
AwsConsoleApp
Version v1.0.0
68
AWS SDK for Java Developer Guide
List of Code Samples