Uses of Interface
software.amazon.awssdk.services.supplychain.model.GetDataIntegrationFlowResponse.Builder
-
Packages that use GetDataIntegrationFlowResponse.Builder Package Description software.amazon.awssdk.services.supplychain.model -
-
Uses of GetDataIntegrationFlowResponse.Builder in software.amazon.awssdk.services.supplychain.model
Methods in software.amazon.awssdk.services.supplychain.model that return GetDataIntegrationFlowResponse.Builder Modifier and Type Method Description static GetDataIntegrationFlowResponse.BuilderGetDataIntegrationFlowResponse. builder()default GetDataIntegrationFlowResponse.BuilderGetDataIntegrationFlowResponse.Builder. flow(Consumer<DataIntegrationFlow.Builder> flow)The details of the DataIntegrationFlow returned.GetDataIntegrationFlowResponse.BuilderGetDataIntegrationFlowResponse.Builder. flow(DataIntegrationFlow flow)The details of the DataIntegrationFlow returned.GetDataIntegrationFlowResponse.BuilderGetDataIntegrationFlowResponse. toBuilder()Methods in software.amazon.awssdk.services.supplychain.model that return types with arguments of type GetDataIntegrationFlowResponse.Builder Modifier and Type Method Description static Class<? extends GetDataIntegrationFlowResponse.Builder>GetDataIntegrationFlowResponse. serializableBuilderClass()
-