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