Uses of Interface
software.amazon.awssdk.services.supplychain.model.ListDataIntegrationFlowsRequest.Builder
-
Packages that use ListDataIntegrationFlowsRequest.Builder Package Description software.amazon.awssdk.services.supplychain AWS Supply Chain is a cloud-based application that works with your enterprise resource planning (ERP) and supply chain management systems.software.amazon.awssdk.services.supplychain.model -
-
Uses of ListDataIntegrationFlowsRequest.Builder in software.amazon.awssdk.services.supplychain
-
Uses of ListDataIntegrationFlowsRequest.Builder in software.amazon.awssdk.services.supplychain.model
Methods in software.amazon.awssdk.services.supplychain.model that return ListDataIntegrationFlowsRequest.Builder Modifier and Type Method Description static ListDataIntegrationFlowsRequest.BuilderListDataIntegrationFlowsRequest. builder()ListDataIntegrationFlowsRequest.BuilderListDataIntegrationFlowsRequest.Builder. instanceId(String instanceId)The Amazon Web Services Supply Chain instance identifier.ListDataIntegrationFlowsRequest.BuilderListDataIntegrationFlowsRequest.Builder. maxResults(Integer maxResults)Specify the maximum number of DataIntegrationFlows to fetch in one paginated request.ListDataIntegrationFlowsRequest.BuilderListDataIntegrationFlowsRequest.Builder. nextToken(String nextToken)The pagination token to fetch the next page of the DataIntegrationFlows.ListDataIntegrationFlowsRequest.BuilderListDataIntegrationFlowsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDataIntegrationFlowsRequest.BuilderListDataIntegrationFlowsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDataIntegrationFlowsRequest.BuilderListDataIntegrationFlowsRequest. toBuilder()Methods in software.amazon.awssdk.services.supplychain.model that return types with arguments of type ListDataIntegrationFlowsRequest.Builder Modifier and Type Method Description static Class<? extends ListDataIntegrationFlowsRequest.Builder>ListDataIntegrationFlowsRequest. serializableBuilderClass()
-