Deletes a domain. Any items (and their attributes) in the domain are deleted, as well. The operation might take 10 or more seconds to complete. Running DeleteDomain on a domain that does not exist or running the function multiple times using the same domain name will not result in an error response.

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 DeleteDomainRequest
Public Class DeleteDomainRequest
public ref class DeleteDomainRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
DeleteDomainRequest()()()()
Initializes a new instance of the DeleteDomainRequest class
DomainName
Gets and sets the DomainName property. The name of the domain to delete.
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..::..DeleteDomainRequest

See Also