Uses of Class
software.amazon.awssdk.services.connect.model.FlowAssociationSummary
-
Packages that use FlowAssociationSummary Package Description software.amazon.awssdk.services.connect.model -
-
Uses of FlowAssociationSummary in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type FlowAssociationSummary Modifier and Type Method Description List<FlowAssociationSummary>BatchGetFlowAssociationResponse. flowAssociationSummaryList()Information about flow associations.Methods in software.amazon.awssdk.services.connect.model with parameters of type FlowAssociationSummary Modifier and Type Method Description BatchGetFlowAssociationResponse.BuilderBatchGetFlowAssociationResponse.Builder. flowAssociationSummaryList(FlowAssociationSummary... flowAssociationSummaryList)Information about flow associations.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type FlowAssociationSummary Modifier and Type Method Description BatchGetFlowAssociationResponse.BuilderBatchGetFlowAssociationResponse.Builder. flowAssociationSummaryList(Collection<FlowAssociationSummary> flowAssociationSummaryList)Information about flow associations.
-