Uses of Class
software.amazon.awssdk.services.swf.model.ActivityTypeInfo
-
Packages that use ActivityTypeInfo Package Description software.amazon.awssdk.services.swf.model software.amazon.awssdk.services.swf.paginators -
-
Uses of ActivityTypeInfo in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return ActivityTypeInfo Modifier and Type Method Description ActivityTypeInfoDescribeActivityTypeResponse. typeInfo()General information about the activity type.Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type ActivityTypeInfo Modifier and Type Method Description List<ActivityTypeInfo>ListActivityTypesResponse. typeInfos()List of activity type information.Methods in software.amazon.awssdk.services.swf.model with parameters of type ActivityTypeInfo Modifier and Type Method Description DescribeActivityTypeResponse.BuilderDescribeActivityTypeResponse.Builder. typeInfo(ActivityTypeInfo typeInfo)General information about the activity type.ListActivityTypesResponse.BuilderListActivityTypesResponse.Builder. typeInfos(ActivityTypeInfo... typeInfos)List of activity type information.Method parameters in software.amazon.awssdk.services.swf.model with type arguments of type ActivityTypeInfo Modifier and Type Method Description ListActivityTypesResponse.BuilderListActivityTypesResponse.Builder. typeInfos(Collection<ActivityTypeInfo> typeInfos)List of activity type information. -
Uses of ActivityTypeInfo in software.amazon.awssdk.services.swf.paginators
Methods in software.amazon.awssdk.services.swf.paginators that return types with arguments of type ActivityTypeInfo Modifier and Type Method Description SdkIterable<ActivityTypeInfo>ListActivityTypesIterable. typeInfos()Returns an iterable to iterate through the paginatedListActivityTypesResponse.typeInfos()member.SdkPublisher<ActivityTypeInfo>ListActivityTypesPublisher. typeInfos()Returns a publisher that can be used to get a stream of data.
-