Uses of Class
software.amazon.awssdk.services.iotthingsgraph.model.FlowTemplateSummary
-
Packages that use FlowTemplateSummary Package Description software.amazon.awssdk.services.iotthingsgraph.model software.amazon.awssdk.services.iotthingsgraph.paginators -
-
Uses of FlowTemplateSummary in software.amazon.awssdk.services.iotthingsgraph.model
Methods in software.amazon.awssdk.services.iotthingsgraph.model that return FlowTemplateSummary Modifier and Type Method Description FlowTemplateSummaryCreateFlowTemplateResponse. summary()The summary object that describes the created workflow.FlowTemplateSummaryFlowTemplateDescription. summary()An object that contains summary information about a workflow.FlowTemplateSummaryUpdateFlowTemplateResponse. summary()An object containing summary information about the updated workflow.Methods in software.amazon.awssdk.services.iotthingsgraph.model that return types with arguments of type FlowTemplateSummary Modifier and Type Method Description List<FlowTemplateSummary>GetFlowTemplateRevisionsResponse. summaries()An array of objects that provide summary data about each revision.List<FlowTemplateSummary>SearchFlowTemplatesResponse. summaries()An array of objects that contain summary information about each workflow in the result set.Methods in software.amazon.awssdk.services.iotthingsgraph.model with parameters of type FlowTemplateSummary Modifier and Type Method Description GetFlowTemplateRevisionsResponse.BuilderGetFlowTemplateRevisionsResponse.Builder. summaries(FlowTemplateSummary... summaries)An array of objects that provide summary data about each revision.SearchFlowTemplatesResponse.BuilderSearchFlowTemplatesResponse.Builder. summaries(FlowTemplateSummary... summaries)An array of objects that contain summary information about each workflow in the result set.CreateFlowTemplateResponse.BuilderCreateFlowTemplateResponse.Builder. summary(FlowTemplateSummary summary)The summary object that describes the created workflow.FlowTemplateDescription.BuilderFlowTemplateDescription.Builder. summary(FlowTemplateSummary summary)An object that contains summary information about a workflow.UpdateFlowTemplateResponse.BuilderUpdateFlowTemplateResponse.Builder. summary(FlowTemplateSummary summary)An object containing summary information about the updated workflow.Method parameters in software.amazon.awssdk.services.iotthingsgraph.model with type arguments of type FlowTemplateSummary Modifier and Type Method Description GetFlowTemplateRevisionsResponse.BuilderGetFlowTemplateRevisionsResponse.Builder. summaries(Collection<FlowTemplateSummary> summaries)An array of objects that provide summary data about each revision.SearchFlowTemplatesResponse.BuilderSearchFlowTemplatesResponse.Builder. summaries(Collection<FlowTemplateSummary> summaries)An array of objects that contain summary information about each workflow in the result set. -
Uses of FlowTemplateSummary in software.amazon.awssdk.services.iotthingsgraph.paginators
Methods in software.amazon.awssdk.services.iotthingsgraph.paginators that return types with arguments of type FlowTemplateSummary Modifier and Type Method Description SdkIterable<FlowTemplateSummary>GetFlowTemplateRevisionsIterable. summaries()Returns an iterable to iterate through the paginatedGetFlowTemplateRevisionsResponse.summaries()member.SdkPublisher<FlowTemplateSummary>GetFlowTemplateRevisionsPublisher. summaries()Returns a publisher that can be used to get a stream of data.SdkIterable<FlowTemplateSummary>SearchFlowTemplatesIterable. summaries()Returns an iterable to iterate through the paginatedSearchFlowTemplatesResponse.summaries()member.SdkPublisher<FlowTemplateSummary>SearchFlowTemplatesPublisher. summaries()Returns a publisher that can be used to get a stream of data.
-