AWS SDK for .NET Documentation
DeleteDomainRequest Class
AmazonAmazon.SimpleDB.ModelDeleteDomainRequest Did this page help you?   Yes   No    Tell us about it...
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.
Declaration Syntax
C#
public class DeleteDomainRequest : SDBRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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) Obsolete.
Sets the DomainName property

Inheritance Hierarchy
Object
SDBRequest
 DeleteDomainRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)