Java com.amazonaws.services.simpledb AmazonSimpleDBClient fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.simpledb AmazonSimpleDBClient fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.simpledb AmazonSimpleDBClient.

The text is from its open source code.

Subclass

com.amazonaws.services.simpledb.AmazonSimpleDBClient has subclasses.
Click this link to see all its subclasses.

Constructor

AmazonSimpleDBClient(ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon SimpleDB.
AmazonSimpleDBClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Amazon SimpleDB using the specified AWS account credentials.
AmazonSimpleDBClient(AWSCredentialsProvider awsCredentialsProvider)
Constructs a new client to invoke service methods on Amazon SimpleDB using the specified AWS account credentials provider.
AmazonSimpleDBClient(AwsSyncClientParams clientParams)
Constructs a new client to invoke service methods on Amazon SimpleDB using the specified parameters.
AmazonSimpleDBClient()
Constructs a new client to invoke service methods on Amazon SimpleDB.
AmazonSimpleDBClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon SimpleDB using the specified AWS account credentials and client configuration options.
AmazonSimpleDBClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon SimpleDB using the specified AWS account credentials provider and client configuration options.
AmazonSimpleDBClient(AwsSyncClientParams clientParams, boolean endpointDiscoveryEnabled)
Constructs a new client to invoke service methods on Amazon SimpleDB using the specified parameters.

Method

CreateDomainResultcreateDomain(CreateDomainRequest request)

The CreateDomain operation creates a new domain.

DeleteAttributesResultdeleteAttributes(DeleteAttributesRequest request)

Deletes one or more attributes associated with an item.

ListDomainsResultlistDomains(ListDomainsRequest request)

The ListDomains operation lists all domains associated with the Access Key ID.

ListDomainsResultlistDomains()
PutAttributesResultputAttributes(PutAttributesRequest request)

The PutAttributes operation creates or replaces attributes in an item.

SelectResultselect(SelectRequest request)

The Select operation returns a set of attributes for ItemNames that match the select expression.

voidsetRegion(Region region)
An alternative to AmazonWebServiceClient#setEndpoint(String) , sets the regional endpoint for this client's service calls.