Uses of Class
software.amazon.awssdk.services.swf.model.DeprecateDomainResponse
-
Packages that use DeprecateDomainResponse Package Description software.amazon.awssdk.services.swf Amazon Simple Workflow Service -
-
Uses of DeprecateDomainResponse in software.amazon.awssdk.services.swf
Methods in software.amazon.awssdk.services.swf that return DeprecateDomainResponse Modifier and Type Method Description default DeprecateDomainResponseSwfClient. deprecateDomain(Consumer<DeprecateDomainRequest.Builder> deprecateDomainRequest)Deprecates the specified domain.default DeprecateDomainResponseSwfClient. deprecateDomain(DeprecateDomainRequest deprecateDomainRequest)Deprecates the specified domain.Methods in software.amazon.awssdk.services.swf that return types with arguments of type DeprecateDomainResponse Modifier and Type Method Description default CompletableFuture<DeprecateDomainResponse>SwfAsyncClient. deprecateDomain(Consumer<DeprecateDomainRequest.Builder> deprecateDomainRequest)Deprecates the specified domain.default CompletableFuture<DeprecateDomainResponse>SwfAsyncClient. deprecateDomain(DeprecateDomainRequest deprecateDomainRequest)Deprecates the specified domain.
-