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