| 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 CompletableFuture<ListActivityTypesResponse> |
SwfAsyncClient.listActivityTypes(ListActivityTypesRequest listActivityTypesRequest)
Returns information about all activities registered in the specified domain that match the specified name and
registration status.
|
default ListActivityTypesResponse |
SwfClient.listActivityTypes(ListActivityTypesRequest listActivityTypesRequest)
Returns information about all activities registered in the specified domain that match the specified name and
registration status.
|
default ListActivityTypesPublisher |
SwfAsyncClient.listActivityTypesPaginator(ListActivityTypesRequest listActivityTypesRequest)
Returns information about all activities registered in the specified domain that match the specified name and
registration status.
|
default ListActivityTypesIterable |
SwfClient.listActivityTypesPaginator(ListActivityTypesRequest listActivityTypesRequest)
Returns information about all activities registered in the specified domain that match the specified name and
registration status.
|
| Constructor and Description |
|---|
ListActivityTypesIterable(SwfClient client,
ListActivityTypesRequest firstRequest) |
ListActivityTypesPublisher(SwfAsyncClient client,
ListActivityTypesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListActivityTypesRequestMarshaller.marshall(ListActivityTypesRequest listActivityTypesRequest) |
Copyright © 2021. All rights reserved.