Uses of Interface
software.amazon.awssdk.services.iotthingsgraph.model.CreateFlowTemplateRequest.Builder
-
Packages that use CreateFlowTemplateRequest.Builder Package Description software.amazon.awssdk.services.iotthingsgraph AWS IoT Things Graph software.amazon.awssdk.services.iotthingsgraph.model -
-
Uses of CreateFlowTemplateRequest.Builder in software.amazon.awssdk.services.iotthingsgraph
Method parameters in software.amazon.awssdk.services.iotthingsgraph with type arguments of type CreateFlowTemplateRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateFlowTemplateResponse>IoTThingsGraphAsyncClient. createFlowTemplate(Consumer<CreateFlowTemplateRequest.Builder> createFlowTemplateRequest)Deprecated.since: 2022-08-30default CreateFlowTemplateResponseIoTThingsGraphClient. createFlowTemplate(Consumer<CreateFlowTemplateRequest.Builder> createFlowTemplateRequest)Deprecated.since: 2022-08-30 -
Uses of CreateFlowTemplateRequest.Builder in software.amazon.awssdk.services.iotthingsgraph.model
Methods in software.amazon.awssdk.services.iotthingsgraph.model that return types with arguments of type CreateFlowTemplateRequest.Builder Modifier and Type Method Description static Class<? extends CreateFlowTemplateRequest.Builder>CreateFlowTemplateRequest. serializableBuilderClass()
-