| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf |
|
| software.amazon.awssdk.services.swf.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListWorkflowTypesResponse |
SwfClient.listWorkflowTypes(Consumer<ListWorkflowTypesRequest.Builder> listWorkflowTypesRequest)
Returns information about workflow types in the specified domain.
|
default ListWorkflowTypesResponse |
SwfClient.listWorkflowTypes(ListWorkflowTypesRequest listWorkflowTypesRequest)
Returns information about workflow types in the specified domain.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListWorkflowTypesResponse> |
SwfAsyncClient.listWorkflowTypes(Consumer<ListWorkflowTypesRequest.Builder> listWorkflowTypesRequest)
Returns information about workflow types in the specified domain.
|
default CompletableFuture<ListWorkflowTypesResponse> |
SwfAsyncClient.listWorkflowTypes(ListWorkflowTypesRequest listWorkflowTypesRequest)
Returns information about workflow types in the specified domain.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListWorkflowTypesResponse> |
ListWorkflowTypesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListWorkflowTypesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListWorkflowTypesResponse> subscriber) |
Copyright © 2023. All rights reserved.