Uses of Class
software.amazon.awssdk.services.connect.model.FlowAssociationSummary
-
Packages that use FlowAssociationSummary Package Description software.amazon.awssdk.services.connect.model software.amazon.awssdk.services.connect.paginators -
-
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.List<FlowAssociationSummary>ListFlowAssociationsResponse. flowAssociationSummaryList()Summary of 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.ListFlowAssociationsResponse.BuilderListFlowAssociationsResponse.Builder. flowAssociationSummaryList(FlowAssociationSummary... flowAssociationSummaryList)Summary of 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.ListFlowAssociationsResponse.BuilderListFlowAssociationsResponse.Builder. flowAssociationSummaryList(Collection<FlowAssociationSummary> flowAssociationSummaryList)Summary of flow associations. -
Uses of FlowAssociationSummary in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type FlowAssociationSummary Modifier and Type Method Description SdkIterable<FlowAssociationSummary>ListFlowAssociationsIterable. flowAssociationSummaryList()Returns an iterable to iterate through the paginatedListFlowAssociationsResponse.flowAssociationSummaryList()member.SdkPublisher<FlowAssociationSummary>ListFlowAssociationsPublisher. flowAssociationSummaryList()Returns a publisher that can be used to get a stream of data.
-