Uses of Class
software.amazon.awssdk.services.swf.model.RegisterActivityTypeRequest
-
Packages that use RegisterActivityTypeRequest Package Description software.amazon.awssdk.services.swf Amazon Simple Workflow Service software.amazon.awssdk.services.swf.transform -
-
Uses of RegisterActivityTypeRequest in software.amazon.awssdk.services.swf
Methods in software.amazon.awssdk.services.swf with parameters of type RegisterActivityTypeRequest Modifier and Type Method Description default CompletableFuture<RegisterActivityTypeResponse>SwfAsyncClient. registerActivityType(RegisterActivityTypeRequest 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. -
Uses of RegisterActivityTypeRequest in software.amazon.awssdk.services.swf.transform
Methods in software.amazon.awssdk.services.swf.transform with parameters of type RegisterActivityTypeRequest Modifier and Type Method Description SdkHttpFullRequestRegisterActivityTypeRequestMarshaller. marshall(RegisterActivityTypeRequest registerActivityTypeRequest)
-