|
NAMEAmazon::SimpleDB::Domain - a class representing a domain in SimpleDBDESCRIPTIONThis is code is in the early stages of development. Do not consider it stable. Feedback and patches welcome.METHODSAmazon::SimpleDB::Domain->new($args)Constructor for a domain. Takes a required HASHREF with two required keys:
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. $domain->accountReturns a reference to the Amazon::SimpleDB account object.$domain->nameReturns the domain name of the object.$domain->deleteDeletes the domain from SimpleDB that this object represents.This is an alias "$domain-"account->delete_bucket($domain->name)>. $domain->query([$args])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:
SEE ALSOAmazon::SimpleDB, Amazon::SimpleDB::ListDomainsResponseAUTHOR & COPYRIGHTPlease see the Amazon::SimpleDB manpage for author, copyright, and license information.
Visit the GSP FreeBSD Man Page Interface. |