Uses of Class
software.amazon.awssdk.services.swf.model.RequestCancelActivityTaskFailedEventAttributes
-
Packages that use RequestCancelActivityTaskFailedEventAttributes Package Description software.amazon.awssdk.services.swf.model -
-
Uses of RequestCancelActivityTaskFailedEventAttributes in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return RequestCancelActivityTaskFailedEventAttributes Modifier and Type Method Description RequestCancelActivityTaskFailedEventAttributesHistoryEvent. requestCancelActivityTaskFailedEventAttributes()If the event is of typeRequestCancelActivityTaskFailedthen this member is set and provides detailed information about the event.Methods in software.amazon.awssdk.services.swf.model with parameters of type RequestCancelActivityTaskFailedEventAttributes Modifier and Type Method Description HistoryEvent.BuilderHistoryEvent.Builder. requestCancelActivityTaskFailedEventAttributes(RequestCancelActivityTaskFailedEventAttributes requestCancelActivityTaskFailedEventAttributes)If the event is of typeRequestCancelActivityTaskFailedthen this member is set and provides detailed information about the event.
-