| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf |
|
| software.amazon.awssdk.services.swf.paginators | |
| software.amazon.awssdk.services.swf.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListWorkflowTypesResponse |
SwfClient.listWorkflowTypes(ListWorkflowTypesRequest 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.
|
default ListWorkflowTypesIterable |
SwfClient.listWorkflowTypesPaginator(ListWorkflowTypesRequest listWorkflowTypesRequest)
Returns information about workflow types in the specified domain.
|
default ListWorkflowTypesPublisher |
SwfAsyncClient.listWorkflowTypesPaginator(ListWorkflowTypesRequest listWorkflowTypesRequest)
Returns information about workflow types in the specified domain.
|
| Constructor and Description |
|---|
ListWorkflowTypesIterable(SwfClient client,
ListWorkflowTypesRequest firstRequest) |
ListWorkflowTypesPublisher(SwfAsyncClient client,
ListWorkflowTypesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListWorkflowTypesRequestMarshaller.marshall(ListWorkflowTypesRequest listWorkflowTypesRequest) |
Copyright © 2022. All rights reserved.