Uses of Interface
software.amazon.awssdk.services.iotthingsgraph.model.CreateFlowTemplateResponse.Builder
-
Packages that use CreateFlowTemplateResponse.Builder Package Description software.amazon.awssdk.services.iotthingsgraph.model -
-
Uses of CreateFlowTemplateResponse.Builder in software.amazon.awssdk.services.iotthingsgraph.model
Methods in software.amazon.awssdk.services.iotthingsgraph.model that return CreateFlowTemplateResponse.Builder Modifier and Type Method Description static CreateFlowTemplateResponse.BuilderCreateFlowTemplateResponse. builder()default CreateFlowTemplateResponse.BuilderCreateFlowTemplateResponse.Builder. summary(Consumer<FlowTemplateSummary.Builder> summary)The summary object that describes the created workflow.CreateFlowTemplateResponse.BuilderCreateFlowTemplateResponse.Builder. summary(FlowTemplateSummary summary)The summary object that describes the created workflow.CreateFlowTemplateResponse.BuilderCreateFlowTemplateResponse. toBuilder()Methods in software.amazon.awssdk.services.iotthingsgraph.model that return types with arguments of type CreateFlowTemplateResponse.Builder Modifier and Type Method Description static Class<? extends CreateFlowTemplateResponse.Builder>CreateFlowTemplateResponse. serializableBuilderClass()
-