Uses of Class
com.amazonaws.services.simpleworkflow.model.DeprecateDomainRequest

Packages that use DeprecateDomainRequest
com.amazonaws.services.simpleworkflow Synchronous and asynchronous client classes for accessing AmazonSimpleWorkflow. 
com.amazonaws.services.simpleworkflow.model Classes modeling the various types represented by AmazonSimpleWorkflow. 
 

Uses of DeprecateDomainRequest in com.amazonaws.services.simpleworkflow
 

Methods in com.amazonaws.services.simpleworkflow with parameters of type DeprecateDomainRequest
 void AmazonSimpleWorkflowClient.deprecateDomain(DeprecateDomainRequest deprecateDomainRequest)
           Deprecates the specified domain.
 void AmazonSimpleWorkflow.deprecateDomain(DeprecateDomainRequest deprecateDomainRequest)
           Deprecates the specified domain.
 Future<Void> AmazonSimpleWorkflowAsyncClient.deprecateDomainAsync(DeprecateDomainRequest deprecateDomainRequest)
           Deprecates the specified domain.
 Future<Void> AmazonSimpleWorkflowAsync.deprecateDomainAsync(DeprecateDomainRequest deprecateDomainRequest)
           Deprecates the specified domain.
 Future<Void> AmazonSimpleWorkflowAsyncClient.deprecateDomainAsync(DeprecateDomainRequest deprecateDomainRequest, AsyncHandler<DeprecateDomainRequest,Void> asyncHandler)
           Deprecates the specified domain.
 Future<Void> AmazonSimpleWorkflowAsync.deprecateDomainAsync(DeprecateDomainRequest deprecateDomainRequest, AsyncHandler<DeprecateDomainRequest,Void> asyncHandler)
           Deprecates the specified domain.
 

Method parameters in com.amazonaws.services.simpleworkflow with type arguments of type DeprecateDomainRequest
 Future<Void> AmazonSimpleWorkflowAsyncClient.deprecateDomainAsync(DeprecateDomainRequest deprecateDomainRequest, AsyncHandler<DeprecateDomainRequest,Void> asyncHandler)
           Deprecates the specified domain.
 Future<Void> AmazonSimpleWorkflowAsync.deprecateDomainAsync(DeprecateDomainRequest deprecateDomainRequest, AsyncHandler<DeprecateDomainRequest,Void> asyncHandler)
           Deprecates the specified domain.
 

Uses of DeprecateDomainRequest in com.amazonaws.services.simpleworkflow.model
 

Methods in com.amazonaws.services.simpleworkflow.model that return DeprecateDomainRequest
 DeprecateDomainRequest DeprecateDomainRequest.withName(String name)
          The name of the domain to deprecate.
 



Copyright © 2016. All rights reserved.