| Package | Description |
|---|---|
| com.amazonaws.services.simpleworkflow |
Synchronous and asynchronous client classes for accessing AmazonSimpleWorkflow.
|
| com.amazonaws.services.simpleworkflow.model |
Classes modeling the various types represented by AmazonSimpleWorkflow.
|
| Modifier and Type | Method and Description |
|---|---|
ActivityTypeInfos |
AmazonSimpleWorkflow.listActivityTypes(ListActivityTypesRequest listActivityTypesRequest)
Returns information about all activities registered in the specified
domain that match the specified name and registration status.
|
ActivityTypeInfos |
AmazonSimpleWorkflowClient.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 |
|---|---|
Future<ActivityTypeInfos> |
AmazonSimpleWorkflowAsync.listActivityTypesAsync(ListActivityTypesRequest listActivityTypesRequest)
Returns information about all activities registered in the specified
domain that match the specified name and registration status.
|
Future<ActivityTypeInfos> |
AmazonSimpleWorkflowAsyncClient.listActivityTypesAsync(ListActivityTypesRequest listActivityTypesRequest)
Returns information about all activities registered in the specified
domain that match the specified name and registration status.
|
Future<ActivityTypeInfos> |
AmazonSimpleWorkflowAsync.listActivityTypesAsync(ListActivityTypesRequest listActivityTypesRequest,
AsyncHandler<ListActivityTypesRequest,ActivityTypeInfos> asyncHandler)
Returns information about all activities registered in the specified
domain that match the specified name and registration status.
|
Future<ActivityTypeInfos> |
AmazonSimpleWorkflowAsyncClient.listActivityTypesAsync(ListActivityTypesRequest listActivityTypesRequest,
AsyncHandler<ListActivityTypesRequest,ActivityTypeInfos> asyncHandler)
Returns information about all activities registered in the specified
domain that match the specified name and registration status.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ActivityTypeInfos> |
AmazonSimpleWorkflowAsync.listActivityTypesAsync(ListActivityTypesRequest listActivityTypesRequest,
AsyncHandler<ListActivityTypesRequest,ActivityTypeInfos> asyncHandler)
Returns information about all activities registered in the specified
domain that match the specified name and registration status.
|
Future<ActivityTypeInfos> |
AmazonSimpleWorkflowAsyncClient.listActivityTypesAsync(ListActivityTypesRequest listActivityTypesRequest,
AsyncHandler<ListActivityTypesRequest,ActivityTypeInfos> asyncHandler)
Returns information about all activities registered in the specified
domain that match the specified name and registration status.
|
| Modifier and Type | Method and Description |
|---|---|
ActivityTypeInfos |
ActivityTypeInfos.clone() |
ActivityTypeInfos |
ActivityTypeInfos.withNextPageToken(String nextPageToken)
If a
NextPageToken was returned by a previous call, there
are more results available. |
ActivityTypeInfos |
ActivityTypeInfos.withTypeInfos(ActivityTypeInfo... typeInfos)
List of activity type information.
|
ActivityTypeInfos |
ActivityTypeInfos.withTypeInfos(Collection<ActivityTypeInfo> typeInfos)
List of activity type information.
|
Copyright © 2015. All rights reserved.