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