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.ModelAssembly: 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 |
| Member | Description | |
|---|---|---|
| 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) | (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()()()() | (Inherited from Object.) | |
| WithDomainName(String) |
Sets the DomainName property
|