Using the AWS SDKs with Amazon
Redshift
Topics
•
Using the AWS SDK for Java with Amazon Redshift (p. 117)
•
Uploading Client-Side Encrypted Data for Use in Amazon Redshift (p. 120)
Amazon Web Services provides Software Development Kits (SDKs) that you can use to perform Amazon
Redshift cluster-related operations. The SDK libraries wrap the underlying Amazon Redshift Query API,
which makes it much easier to construct requests and process responses. For example, for each API
request that you send to Amazon Redshift, you must include a signature for authentication. When you
use the SDK libraries, you need to provide only your AWS security credentials in your code, and the
libraries compute the necessary signature and include it in the request to Amazon Redshift.
Note
Amazon Redshift is supported by the AWS SDK for Java, .NET, PHP, Ruby, and Node.js. In
this guide, examples of working with Amazon Redshift using the Java SDK are provided. For
more information on the AWS SDKs that support Amazon Redshift, see
Sample Code & Libraries
.
Using the AWS SDK for Java with Amazon
Redshift
Topics
•
Running Java Examples for Amazon Redshift Using Eclipse (p. 118)
•
Running Java Examples for Amazon Redshift from the Command Line (p. 118)
•
Setting the Endpoint (p. 119)
The AWS SDK for Java provides a class named
AmazonRedshiftClient
, which you can use to interact
with Amazon Redshift. For information about downloading the AWS SDK for Java, go to
AWS SDK for
Java
.
API Version 2012-12-01
117
Amazon Redshift Management Guide
Using the AWS SDK for Java