Uses of Class
software.amazon.awssdk.services.swf.model.WorkflowTypeInfo
-
Packages that use WorkflowTypeInfo Package Description software.amazon.awssdk.services.swf.model software.amazon.awssdk.services.swf.paginators -
-
Uses of WorkflowTypeInfo in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return WorkflowTypeInfo Modifier and Type Method Description WorkflowTypeInfoDescribeWorkflowTypeResponse. typeInfo()General information about the workflow type.Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type WorkflowTypeInfo Modifier and Type Method Description List<WorkflowTypeInfo>ListWorkflowTypesResponse. typeInfos()The list of workflow type information.Methods in software.amazon.awssdk.services.swf.model with parameters of type WorkflowTypeInfo Modifier and Type Method Description DescribeWorkflowTypeResponse.BuilderDescribeWorkflowTypeResponse.Builder. typeInfo(WorkflowTypeInfo typeInfo)General information about the workflow type.ListWorkflowTypesResponse.BuilderListWorkflowTypesResponse.Builder. typeInfos(WorkflowTypeInfo... typeInfos)The list of workflow type information.Method parameters in software.amazon.awssdk.services.swf.model with type arguments of type WorkflowTypeInfo Modifier and Type Method Description ListWorkflowTypesResponse.BuilderListWorkflowTypesResponse.Builder. typeInfos(Collection<WorkflowTypeInfo> typeInfos)The list of workflow type information. -
Uses of WorkflowTypeInfo in software.amazon.awssdk.services.swf.paginators
Methods in software.amazon.awssdk.services.swf.paginators that return types with arguments of type WorkflowTypeInfo Modifier and Type Method Description SdkIterable<WorkflowTypeInfo>ListWorkflowTypesIterable. typeInfos()Returns an iterable to iterate through the paginatedListWorkflowTypesResponse.typeInfos()member.SdkPublisher<WorkflowTypeInfo>ListWorkflowTypesPublisher. typeInfos()Returns a publisher that can be used to get a stream of data.
-