Creates a new domain. The domain name must be unique among the domains associated with the account used in the request. The operation might take 10 or more seconds to complete. Creating a domain is an idempotent operation; running it multiple times using the same domain name will not result in an error response. You can create up to 100 domains per account. If you require additional domains, go to http://aws.amazon.com/contact-us/simpledb-limit-request/.

Namespace: Amazon.SimpleDB.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class CreateDomainRequest
Public Class CreateDomainRequest
public ref class CreateDomainRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
CreateDomainRequest()()()()
Initializes a new instance of the CreateDomainRequest class
DomainName
Gets and sets the DomainName property. The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
IsSetDomainName()()()()
Checks if DomainName property is set
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithDomainName(String)
Sets the DomainName property

Inheritance Hierarchy

System..::..Object
  Amazon.SimpleDB.Model..::..CreateDomainRequest

See Also