| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model | |
| software.amazon.awssdk.services.swf.transform |
| 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 |
|---|---|
ActivityTypeInfo |
ActivityTypeInfoUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
ActivityTypeInfoMarshaller.marshall(ActivityTypeInfo activityTypeInfo,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.