| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model | |
| software.amazon.awssdk.services.swf.paginators |
| Modifier and Type | Method and Description |
|---|---|
ActivityTypeInfo |
DescribeActivityTypeResponse.typeInfo()
General information about the activity type.
|
| Modifier and Type | Method and Description |
|---|---|
List<ActivityTypeInfo> |
ListActivityTypesResponse.typeInfos()
List of activity type information.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeActivityTypeResponse.Builder |
DescribeActivityTypeResponse.Builder.typeInfo(ActivityTypeInfo typeInfo)
General information about the activity type.
|
ListActivityTypesResponse.Builder |
ListActivityTypesResponse.Builder.typeInfos(ActivityTypeInfo... typeInfos)
List of activity type information.
|
| Modifier and Type | Method and Description |
|---|---|
ListActivityTypesResponse.Builder |
ListActivityTypesResponse.Builder.typeInfos(Collection<ActivityTypeInfo> typeInfos)
List of activity type information.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<ActivityTypeInfo> |
ListActivityTypesIterable.typeInfos()
Returns an iterable to iterate through the paginated
ListActivityTypesResponse.typeInfos() member. |
SdkPublisher<ActivityTypeInfo> |
ListActivityTypesPublisher.typeInfos()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2019. All rights reserved.