Uses of Class
software.amazon.awssdk.services.swf.model.DomainAlreadyExistsException
-
Packages that use DomainAlreadyExistsException Package Description software.amazon.awssdk.services.swf Amazon Simple Workflow Service -
-
Uses of DomainAlreadyExistsException in software.amazon.awssdk.services.swf
Methods in software.amazon.awssdk.services.swf that throw DomainAlreadyExistsException Modifier and Type Method Description default RegisterDomainResponseSwfClient. registerDomain(Consumer<RegisterDomainRequest.Builder> registerDomainRequest)Registers a new domain.default RegisterDomainResponseSwfClient. registerDomain(RegisterDomainRequest registerDomainRequest)Registers a new domain.default UndeprecateDomainResponseSwfClient. undeprecateDomain(Consumer<UndeprecateDomainRequest.Builder> undeprecateDomainRequest)Undeprecates a previously deprecated domain.default UndeprecateDomainResponseSwfClient. undeprecateDomain(UndeprecateDomainRequest undeprecateDomainRequest)Undeprecates a previously deprecated domain.
-