Package | Description |
---|---|
com.amazonaws.services.simpledb |
Synchronous and asynchronous client classes for accessing AmazonSimpleDB.
|
com.amazonaws.services.simpledb.model |
Classes modeling the various types represented by AmazonSimpleDB.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonSimpleDB.deleteDomain(DeleteDomainRequest deleteDomainRequest)
The
DeleteDomain operation deletes a domain. |
void |
AmazonSimpleDBClient.deleteDomain(DeleteDomainRequest deleteDomainRequest)
The
DeleteDomain operation deletes a domain. |
Future<Void> |
AmazonSimpleDBAsync.deleteDomainAsync(DeleteDomainRequest deleteDomainRequest)
The
DeleteDomain operation deletes a domain. |
Future<Void> |
AmazonSimpleDBAsyncClient.deleteDomainAsync(DeleteDomainRequest deleteDomainRequest)
The
DeleteDomain operation deletes a domain. |
Future<Void> |
AmazonSimpleDBAsync.deleteDomainAsync(DeleteDomainRequest deleteDomainRequest,
AsyncHandler<DeleteDomainRequest,Void> asyncHandler)
The
DeleteDomain operation deletes a domain. |
Future<Void> |
AmazonSimpleDBAsyncClient.deleteDomainAsync(DeleteDomainRequest deleteDomainRequest,
AsyncHandler<DeleteDomainRequest,Void> asyncHandler)
The
DeleteDomain operation deletes a domain. |
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonSimpleDBAsync.deleteDomainAsync(DeleteDomainRequest deleteDomainRequest,
AsyncHandler<DeleteDomainRequest,Void> asyncHandler)
The
DeleteDomain operation deletes a domain. |
Future<Void> |
AmazonSimpleDBAsyncClient.deleteDomainAsync(DeleteDomainRequest deleteDomainRequest,
AsyncHandler<DeleteDomainRequest,Void> asyncHandler)
The
DeleteDomain operation deletes a domain. |
Modifier and Type | Method and Description |
---|---|
DeleteDomainRequest |
DeleteDomainRequest.withDomainName(String domainName)
The name of the domain to delete.
|
Copyright © 2014. All rights reserved.