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