GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Amazon::SimpleDB::Domain(3) User Contributed Perl Documentation Amazon::SimpleDB::Domain(3)

Amazon::SimpleDB::Domain - a class representing a domain in SimpleDB

This is code is in the early stages of development. Do not consider it stable. Feedback and patches welcome.

Constructor for a domain. Takes a required HASHREF with two required keys:
account
An Amazon::SimpleDB account object the item is to be associated.
name
The name of the domain for the constructed object.

Typically this method will not be called directly by a developer, but rather other parts of the Amazon::SimpleDB package.

This method does not check if an domain exists and is accessible.

Returns a reference to the Amazon::SimpleDB account object.

Returns the domain name of the object.

Deletes the domain from SimpleDB that this object represents.

This is an alias "$domain-"account->delete_bucket($domain->name)>.

Queries the item in the domain and returns matching items according to the optional arguments HASHREF. If nothing is passed in all items in the domain are returned.

The arguments HASHREF can have these three keys:

query
A SimpleDB query expression string.
limit
A number between 1 and 250 that defines the maximum number of items to return in a single request. The SimpleDB default is 100.
next
A "next token" from a previous request that can be used to retrieve more items when the results of a query exceeds the limit.

Amazon::SimpleDB, Amazon::SimpleDB::ListDomainsResponse

Please see the Amazon::SimpleDB manpage for author, copyright, and license information.
2008-01-23 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.