Uses of Class
software.amazon.awssdk.services.swf.model.DeprecateActivityTypeResponse
-
Packages that use DeprecateActivityTypeResponse Package Description software.amazon.awssdk.services.swf Amazon Simple Workflow Service -
-
Uses of DeprecateActivityTypeResponse in software.amazon.awssdk.services.swf
Methods in software.amazon.awssdk.services.swf that return DeprecateActivityTypeResponse Modifier and Type Method Description default DeprecateActivityTypeResponseSwfClient. deprecateActivityType(Consumer<DeprecateActivityTypeRequest.Builder> deprecateActivityTypeRequest)Deprecates the specified activity type.default DeprecateActivityTypeResponseSwfClient. deprecateActivityType(DeprecateActivityTypeRequest deprecateActivityTypeRequest)Deprecates the specified activity type.Methods in software.amazon.awssdk.services.swf that return types with arguments of type DeprecateActivityTypeResponse Modifier and Type Method Description default CompletableFuture<DeprecateActivityTypeResponse>SwfAsyncClient. deprecateActivityType(Consumer<DeprecateActivityTypeRequest.Builder> deprecateActivityTypeRequest)Deprecates the specified activity type.default CompletableFuture<DeprecateActivityTypeResponse>SwfAsyncClient. deprecateActivityType(DeprecateActivityTypeRequest deprecateActivityTypeRequest)Deprecates the specified activity type.
-