| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf |
|
| software.amazon.awssdk.services.swf.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListActivityTypesResponse |
SwfClient.listActivityTypes(Consumer<ListActivityTypesRequest.Builder> 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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListActivityTypesResponse> |
ListActivityTypesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListActivityTypesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListActivityTypesResponse> subscriber) |
Copyright © 2023. All rights reserved.