Uses of Class
software.amazon.awssdk.services.swf.model.ListActivityTypesResponse
-
Packages that use ListActivityTypesResponse Package Description software.amazon.awssdk.services.swf Amazon Simple Workflow Service software.amazon.awssdk.services.swf.paginators -
-
Uses of ListActivityTypesResponse in software.amazon.awssdk.services.swf
Methods in software.amazon.awssdk.services.swf that return ListActivityTypesResponse Modifier and Type Method Description default ListActivityTypesResponseSwfClient. listActivityTypes(Consumer<ListActivityTypesRequest.Builder> listActivityTypesRequest)Returns information about all activities registered in the specified domain that match the specified name and registration status.default ListActivityTypesResponseSwfClient. listActivityTypes(ListActivityTypesRequest listActivityTypesRequest)Returns information about all activities registered in the specified domain that match the specified name and registration status.Methods in software.amazon.awssdk.services.swf that return types with arguments of type ListActivityTypesResponse Modifier and Type Method Description default CompletableFuture<ListActivityTypesResponse>SwfAsyncClient. listActivityTypes(Consumer<ListActivityTypesRequest.Builder> listActivityTypesRequest)Returns information about all activities registered in the specified domain that match the specified name and registration status.default CompletableFuture<ListActivityTypesResponse>SwfAsyncClient. listActivityTypes(ListActivityTypesRequest listActivityTypesRequest)Returns information about all activities registered in the specified domain that match the specified name and registration status. -
Uses of ListActivityTypesResponse in software.amazon.awssdk.services.swf.paginators
Methods in software.amazon.awssdk.services.swf.paginators that return types with arguments of type ListActivityTypesResponse Modifier and Type Method Description Iterator<ListActivityTypesResponse>ListActivityTypesIterable. iterator()Method parameters in software.amazon.awssdk.services.swf.paginators with type arguments of type ListActivityTypesResponse Modifier and Type Method Description voidListActivityTypesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListActivityTypesResponse> subscriber)
-