Uses of Class
software.amazon.awssdk.services.supplychain.model.DataIntegrationFlow
-
Packages that use DataIntegrationFlow Package Description software.amazon.awssdk.services.supplychain.model software.amazon.awssdk.services.supplychain.paginators -
-
Uses of DataIntegrationFlow in software.amazon.awssdk.services.supplychain.model
Methods in software.amazon.awssdk.services.supplychain.model that return DataIntegrationFlow Modifier and Type Method Description DataIntegrationFlowGetDataIntegrationFlowResponse. flow()The details of the DataIntegrationFlow returned.DataIntegrationFlowUpdateDataIntegrationFlowResponse. flow()The details of the updated DataIntegrationFlow.Methods in software.amazon.awssdk.services.supplychain.model that return types with arguments of type DataIntegrationFlow Modifier and Type Method Description List<DataIntegrationFlow>ListDataIntegrationFlowsResponse. flows()The response parameters for ListDataIntegrationFlows.Methods in software.amazon.awssdk.services.supplychain.model with parameters of type DataIntegrationFlow Modifier and Type Method Description GetDataIntegrationFlowResponse.BuilderGetDataIntegrationFlowResponse.Builder. flow(DataIntegrationFlow flow)The details of the DataIntegrationFlow returned.UpdateDataIntegrationFlowResponse.BuilderUpdateDataIntegrationFlowResponse.Builder. flow(DataIntegrationFlow flow)The details of the updated DataIntegrationFlow.ListDataIntegrationFlowsResponse.BuilderListDataIntegrationFlowsResponse.Builder. flows(DataIntegrationFlow... flows)The response parameters for ListDataIntegrationFlows.Method parameters in software.amazon.awssdk.services.supplychain.model with type arguments of type DataIntegrationFlow Modifier and Type Method Description ListDataIntegrationFlowsResponse.BuilderListDataIntegrationFlowsResponse.Builder. flows(Collection<DataIntegrationFlow> flows)The response parameters for ListDataIntegrationFlows. -
Uses of DataIntegrationFlow in software.amazon.awssdk.services.supplychain.paginators
Methods in software.amazon.awssdk.services.supplychain.paginators that return types with arguments of type DataIntegrationFlow Modifier and Type Method Description SdkIterable<DataIntegrationFlow>ListDataIntegrationFlowsIterable. flows()Returns an iterable to iterate through the paginatedListDataIntegrationFlowsResponse.flows()member.SdkPublisher<DataIntegrationFlow>ListDataIntegrationFlowsPublisher. flows()Returns a publisher that can be used to get a stream of data.
-