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