Uses of Class
software.amazon.awssdk.services.swf.model.RegisterActivityTypeResponse
-
Packages that use RegisterActivityTypeResponse Package Description software.amazon.awssdk.services.swf Amazon Simple Workflow Service -
-
Uses of RegisterActivityTypeResponse in software.amazon.awssdk.services.swf
Methods in software.amazon.awssdk.services.swf that return RegisterActivityTypeResponse Modifier and Type Method Description default RegisterActivityTypeResponseSwfClient. registerActivityType(Consumer<RegisterActivityTypeRequest.Builder> registerActivityTypeRequest)Registers a new activity type along with its configuration settings in the specified domain.default RegisterActivityTypeResponseSwfClient. registerActivityType(RegisterActivityTypeRequest registerActivityTypeRequest)Registers a new activity type along with its configuration settings in the specified domain.Methods in software.amazon.awssdk.services.swf that return types with arguments of type RegisterActivityTypeResponse Modifier and Type Method Description default CompletableFuture<RegisterActivityTypeResponse>SwfAsyncClient. registerActivityType(Consumer<RegisterActivityTypeRequest.Builder> registerActivityTypeRequest)Registers a new activity type along with its configuration settings in the specified domain.default CompletableFuture<RegisterActivityTypeResponse>SwfAsyncClient. registerActivityType(RegisterActivityTypeRequest registerActivityTypeRequest)Registers a new activity type along with its configuration settings in the specified domain.
-