| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf |
|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
default ListWorkflowTypesResponse |
SwfClient.listWorkflowTypes(Consumer<ListWorkflowTypesRequest.Builder> listWorkflowTypesRequest)
Returns information about workflow types in the specified domain.
|
default CompletableFuture<ListWorkflowTypesResponse> |
SwfAsyncClient.listWorkflowTypes(Consumer<ListWorkflowTypesRequest.Builder> listWorkflowTypesRequest)
Returns information about workflow types in the specified domain.
|
default ListWorkflowTypesIterable |
SwfClient.listWorkflowTypesPaginator(Consumer<ListWorkflowTypesRequest.Builder> listWorkflowTypesRequest)
Returns information about workflow types in the specified domain.
|
default ListWorkflowTypesPublisher |
SwfAsyncClient.listWorkflowTypesPaginator(Consumer<ListWorkflowTypesRequest.Builder> listWorkflowTypesRequest)
Returns information about workflow types in the specified domain.
|
| Modifier and Type | Method and Description |
|---|---|
static ListWorkflowTypesRequest.Builder |
ListWorkflowTypesRequest.builder() |
ListWorkflowTypesRequest.Builder |
ListWorkflowTypesRequest.Builder.domain(String domain)
The name of the domain in which the workflow types have been registered.
|
ListWorkflowTypesRequest.Builder |
ListWorkflowTypesRequest.Builder.maximumPageSize(Integer maximumPageSize)
The maximum number of results that are returned per call.
|
ListWorkflowTypesRequest.Builder |
ListWorkflowTypesRequest.Builder.name(String name)
If specified, lists the workflow type with this name.
|
ListWorkflowTypesRequest.Builder |
ListWorkflowTypesRequest.Builder.nextPageToken(String nextPageToken)
If a
NextPageToken was returned by a previous call, there are more results available. |
ListWorkflowTypesRequest.Builder |
ListWorkflowTypesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListWorkflowTypesRequest.Builder |
ListWorkflowTypesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListWorkflowTypesRequest.Builder |
ListWorkflowTypesRequest.Builder.registrationStatus(RegistrationStatus registrationStatus)
Specifies the registration status of the workflow types to list.
|
ListWorkflowTypesRequest.Builder |
ListWorkflowTypesRequest.Builder.registrationStatus(String registrationStatus)
Specifies the registration status of the workflow types to list.
|
ListWorkflowTypesRequest.Builder |
ListWorkflowTypesRequest.Builder.reverseOrder(Boolean reverseOrder)
When set to
true, returns the results in reverse order. |
ListWorkflowTypesRequest.Builder |
ListWorkflowTypesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListWorkflowTypesRequest.Builder> |
ListWorkflowTypesRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.