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

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

Introduction

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

The text is from its open source code.

Method

BatchDeleteAttributesResultbatchDeleteAttributes(BatchDeleteAttributesRequest batchDeleteAttributesRequest)

Performs multiple DeleteAttributes operations in a single call, which reduces round trips and latencies.

BatchPutAttributesResultbatchPutAttributes(BatchPutAttributesRequest batchPutAttributesRequest)

The BatchPutAttributes operation creates or replaces attributes within one or more items.

CreateDomainResultcreateDomain(CreateDomainRequest createDomainRequest)

The CreateDomain operation creates a new domain.

DeleteAttributesResultdeleteAttributes(DeleteAttributesRequest deleteAttributesRequest)

Deletes one or more attributes associated with an item.

DeleteDomainResultdeleteDomain(DeleteDomainRequest deleteDomainRequest)

The DeleteDomain operation deletes a domain.

DomainMetadataResultdomainMetadata(DomainMetadataRequest domainMetadataRequest)

Returns information about the domain, including when the domain was created, the number of items and attributes in the domain, and the size of the attribute names and values.

GetAttributesResultgetAttributes(GetAttributesRequest getAttributesRequest)

Returns all of the attributes associated with the specified item.

ListDomainsResultlistDomains()
Simplified method form for invoking the ListDomains operation.
PutAttributesResultputAttributes(PutAttributesRequest putAttributesRequest)

The PutAttributes operation creates or replaces attributes in an item.

SelectResultselect(SelectRequest selectRequest)

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

voidsetEndpoint(String endpoint)
Overrides the default endpoint for this client ("sdb.amazonaws.com").
voidsetRegion(Region region)
An alternative to AmazonSimpleDB#setEndpoint(String) , sets the regional endpoint for this client's service calls.