Uses of Class
software.amazon.awssdk.services.swf.paginators.ListActivityTypesIterable
-
Packages that use ListActivityTypesIterable Package Description software.amazon.awssdk.services.swf Amazon Simple Workflow Service -
-
Uses of ListActivityTypesIterable in software.amazon.awssdk.services.swf
Methods in software.amazon.awssdk.services.swf that return ListActivityTypesIterable Modifier and Type Method Description default ListActivityTypesIterableSwfClient. listActivityTypesPaginator(Consumer<ListActivityTypesRequest.Builder> listActivityTypesRequest)Returns information about all activities registered in the specified domain that match the specified name and registration status.default ListActivityTypesIterableSwfClient. listActivityTypesPaginator(ListActivityTypesRequest listActivityTypesRequest)Returns information about all activities registered in the specified domain that match the specified name and registration status.
-