| 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.
|
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 |
|---|---|
ListActivityTypesRequest |
ListActivityTypesRequest.clone() |
ListActivityTypesRequest |
ListActivityTypesRequest.withDomain(String domain)
The name of the domain in which the activity types have been
registered.
|
ListActivityTypesRequest |
ListActivityTypesRequest.withMaximumPageSize(Integer maximumPageSize)
The maximum number of results that will be returned per call.
|
ListActivityTypesRequest |
ListActivityTypesRequest.withName(String name)
If specified, only lists the activity types that have this name.
|
ListActivityTypesRequest |
ListActivityTypesRequest.withNextPageToken(String nextPageToken)
If a
NextPageToken was returned by a previous call, there
are more results available. |
ListActivityTypesRequest |
ListActivityTypesRequest.withRegistrationStatus(RegistrationStatus registrationStatus)
Specifies the registration status of the activity types to list.
|
ListActivityTypesRequest |
ListActivityTypesRequest.withRegistrationStatus(String registrationStatus)
Specifies the registration status of the activity types to list.
|
ListActivityTypesRequest |
ListActivityTypesRequest.withReverseOrder(Boolean reverseOrder)
When set to
true, returns the results in reverse order. |
Copyright © 2015. All rights reserved.